diff options
author | kartofen <mladenovnasko0@gmail.com> | 2022-12-21 01:06:18 +0200 |
---|---|---|
committer | kartofen <mladenovnasko0@gmail.com> | 2022-12-21 01:06:18 +0200 |
commit | 85601f555a3a57db44631706a25e0f933afd8551 (patch) | |
tree | 576f7f7518ebd6f7d1b6f3534218c747d2a14a43 /ppmtopng.sh | |
parent | 88dd7e5fb0798d441dab81e9173d0e2d63f0b75e (diff) |
works with different connections
Diffstat (limited to 'ppmtopng.sh')
-rwxr-xr-x | ppmtopng.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ppmtopng.sh b/ppmtopng.sh deleted file mode 100755 index df33236..0000000 --- a/ppmtopng.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -cd ${0%/*} # go to project root -set -xe - -for i in files/file*.ppm -do - pnmtopng "$i" >> "${i%.*}.png" -done |