diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-07-16 06:12:51 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-07-16 06:12:51 -0700 |
commit | cd9a3fe3ad0253c0c486f740c0ea2f52367a269b (patch) | |
tree | dcd26caf779a521d40e7a2da2279f7629ecd68b0 | |
parent | 055d8d78695e71b5d8833875b827d380b7be7861 (diff) | |
download | mu-cd9a3fe3ad0253c0c486f740c0ea2f52367a269b.tar.gz |
.
-rw-r--r-- | img.mu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/img.mu b/img.mu index 59807dc0..f55c4824 100644 --- a/img.mu +++ b/img.mu @@ -1,7 +1,7 @@ # load an image from disk and display it on screen # # To build: -# $ ./translate shell/*.mu # generates code.img +# $ ./translate img.mu # generates code.img # Load a pbm, pgm or ppm image (no more than 255 levels) # $ dd if=/dev/zero of=data.img count=20160 # $ cat x.pbm |dd of=data.img conv=notrunc |