From 10ace86e9e0c4c76edb917902b90a2123e7d9aea Mon Sep 17 00:00:00 2001 From: ubq323 Date: Sun, 31 Mar 2024 00:40:06 +0000 Subject: launch ./beeite --- splitpnm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'splitpnm.sh') diff --git a/splitpnm.sh b/splitpnm.sh index 0ff6dc8..cba2aee 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 img/john_1.pnm img/john_2.pnm img/john_3.pnm" >img/img/john.dat +echo "file img/john_1.pnm img/john_2.pnm img/john_3.pnm" >img/john.dat ./launch.sh ./beeite.lua -- cgit v1.2.3