summaryrefslogtreecommitdiff
path: root/splitpnm.sh
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2024-03-31 00:39:33 +0000
committerubq323 <ubq323@ubq323.website>2024-03-31 00:39:33 +0000
commiteb4ff1b5c8ae9a29b224c3b68cda0a03dff9bc9c (patch)
treee8128ec855f6c7d49eba2cf8f5796fb8785daf73 /splitpnm.sh
parent610ed0aec06aef1dfb80bc33fc5b0314336cec4b (diff)
launch ./beeite
Diffstat (limited to 'splitpnm.sh')
-rwxr-xr-xsplitpnm.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/splitpnm.sh b/splitpnm.sh
index 49a0080..0ff6dc8 100755
--- a/splitpnm.sh
+++ b/splitpnm.sh
@@ -5,5 +5,5 @@ fname="$1"
pamcut -left=0 -width=328 <"$fname" >"img/john_1.pnm"
pamcut -cropleft=328 -width=328 <"$fname" >"img/john_2.pnm"
pamcut -cropleft=656 <"$fname" >"img/john_3.pnm"
-echo "file john_1.pnm john_2.pnm john_3.pnm" >img/john.dat
+echo "file img/john_1.pnm img/john_2.pnm img/john_3.pnm" >img/img/john.dat
./launch.sh ./beeite.lua