aboutsummaryrefslogtreecommitdiff
path: root/ppmtopng.sh
diff options
context:
space:
mode:
authorkartofen <mladenovnasko0@gmail.com>2022-12-21 01:06:18 +0200
committerkartofen <mladenovnasko0@gmail.com>2022-12-21 01:06:18 +0200
commit85601f555a3a57db44631706a25e0f933afd8551 (patch)
tree576f7f7518ebd6f7d1b6f3534218c747d2a14a43 /ppmtopng.sh
parent88dd7e5fb0798d441dab81e9173d0e2d63f0b75e (diff)
works with different connections
Diffstat (limited to 'ppmtopng.sh')
-rwxr-xr-xppmtopng.sh9
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