diff options
author | kartofen <mladenovnasko0@gmail.com> | 2022-08-09 11:34:57 +0300 |
---|---|---|
committer | kartofen <mladenovnasko0@gmail.com> | 2022-08-09 11:34:57 +0300 |
commit | 00c3363ca258f160b875ec254e701017be0314db (patch) | |
tree | b26354d65c93a093b750d0c44adb1f2905f9e160 /ppmtopng.sh | |
parent | b91c09a43b3191d719781fe717fc6d28fec58029 (diff) |
add readme and demo image
Diffstat (limited to 'ppmtopng.sh')
-rwxr-xr-x | ppmtopng.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ppmtopng.sh b/ppmtopng.sh index e415a5f..df33236 100755 --- a/ppmtopng.sh +++ b/ppmtopng.sh @@ -1,5 +1,6 @@ #!/bin/sh +cd ${0%/*} # go to project root set -xe for i in files/file*.ppm |