diff options
author | ubq323 <ubq323@ubq323.website> | 2024-03-31 00:38:55 +0000 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2024-03-31 00:38:55 +0000 |
commit | 610ed0aec06aef1dfb80bc33fc5b0314336cec4b (patch) | |
tree | 0cab2a695c41d7505681446f266f2c25be691806 /splitpnm.sh | |
parent | 1f3722f82981948e444fb965305b2f7818a9293c (diff) |
launch ./beeite
Diffstat (limited to 'splitpnm.sh')
-rwxr-xr-x | splitpnm.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/splitpnm.sh b/splitpnm.sh index 3981175..49a0080 100755 --- a/splitpnm.sh +++ b/splitpnm.sh @@ -2,8 +2,8 @@ fname="$1" -pamcut -left=0 -width=328 <"$fname" >"john_1.pnm" -pamcut -cropleft=328 -width=328 <"$fname" >"john_2.pnm" -pamcut -cropleft=656 <"$fname" >"john_3.pnm" +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 ./launch.sh ./beeite.lua |