diff options
author | kartofen <mladenovnasko0@gmail.com> | 2022-12-22 22:43:44 +0200 |
---|---|---|
committer | kartofen <mladenovnasko0@gmail.com> | 2022-12-22 22:43:44 +0200 |
commit | 764070a86a7aa98480eaaff64dfba7e2f2943292 (patch) | |
tree | 830589ac702d540bfd76cfb0e5faa5e8988432b0 /files-ppmtopng.sh | |
parent | 4c9fafc4c126af2466dc6c56b9c952f901a1c726 (diff) |
refactor
Diffstat (limited to 'files-ppmtopng.sh')
-rwxr-xr-x | files-ppmtopng.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/files-ppmtopng.sh b/files-ppmtopng.sh deleted file mode 100755 index df33236..0000000 --- a/files-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 |