diff options
Diffstat (limited to 'apps/random.subx')
-rw-r--r-- | apps/random.subx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/random.subx b/apps/random.subx index beae5819..535b89e4 100644 --- a/apps/random.subx +++ b/apps/random.subx @@ -1,7 +1,7 @@ # Repeatedly read 32-bit numbers from /dev/random, print them to stdout. # # To run: -# $ ./subx translate 0*.subx apps/random.subx -o apps/random +# $ ./subx translate init.linux 0*.subx apps/random.subx -o apps/random # $ ./subx run apps/random == code 0x09000000 |