about summary refs log tree commit diff stats
path: root/translate_mu_debug
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-12-25 12:26:05 -0800
committerKartik Agaram <vc@akkartik.com>2020-12-25 12:28:10 -0800
commit47287fbf1af21207d8f847842fb32db9ee95e4c8 (patch)
tree432e6a6e6087efaf1b23cbb19465aa21407db055 /translate_mu_debug
parent56bfd52643b469687beb6a91a2a6277cea7b75a0 (diff)
downloadmu-47287fbf1af21207d8f847842fb32db9ee95e4c8.tar.gz
7401 - clean up support for non-Linux platforms
Diffstat (limited to 'translate_mu_debug')
-rwxr-xr-xtranslate_mu_debug5
1 files changed, 4 insertions, 1 deletions
diff --git a/translate_mu_debug b/translate_mu_debug
index b6176a82..8bee3906 100755
--- a/translate_mu_debug
+++ b/translate_mu_debug
@@ -1,5 +1,8 @@
 #!/bin/sh
-# Translate Mu programs with debug information on Linux.
+# Translate given Mu files with debug information on Linux.
+#
+# (You _could_ do something similar on other platforms using emulation. But I
+# often find that to be too slow.)
 
 set -e