diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-01-27 02:12:37 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-01-27 02:12:37 -0800 |
commit | 8ae2c80e19beb4eba1469ee440f622010825f7cc (patch) | |
tree | 7d7af49d3fdfdd671c6a8535e463eba962ea2668 /apps | |
parent | 1d8849e52d9d07ebfb6113ab6cea3308ece429cd (diff) | |
download | mu-8ae2c80e19beb4eba1469ee440f622010825f7cc.tar.gz |
5931
Diffstat (limited to 'apps')
-rw-r--r-- | apps/mu.subx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/mu.subx b/apps/mu.subx index 5b0d1358..c1e875af 100644 --- a/apps/mu.subx +++ b/apps/mu.subx @@ -2,7 +2,7 @@ # http://akkartik.name/post/mu-2019-2 # # To run: -# $ ./translate_subx init.linux 0*.subx apps/mu.subx +# $ ./translate_subx init.linux [0-9]*.subx apps/mu.subx # == Goals # 1. Be memory safe. It should be impossible to corrupt the heap, or to create |