diff options
author | ubq323 <ubq323@ubq323.website> | 2024-03-31 00:40:06 +0000 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2024-03-31 00:40:06 +0000 |
commit | 10ace86e9e0c4c76edb917902b90a2123e7d9aea (patch) | |
tree | d2c0ba3e8f4395b9aa7e8faa177382215d4e7ffa | |
parent | eb4ff1b5c8ae9a29b224c3b68cda0a03dff9bc9c (diff) |
launch ./beeite
-rw-r--r-- | img/john.dat | 2 | ||||
-rwxr-xr-x | splitpnm.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/img/john.dat b/img/john.dat index 186b4ef..5bb1a93 100644 --- a/img/john.dat +++ b/img/john.dat @@ -1 +1 @@ -file john_1.pnm john_2.pnm john_3.pnm +file img/john_1.pnm img/john_2.pnm img/john_3.pnm 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 |