diff options
author | ubq323 <ubq323@ubq323.website> | 2024-04-01 04:42:11 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2024-04-01 04:42:11 +0100 |
commit | 39f41e37ae5c6d4fc5b9dc3a6c1d54807e916338 (patch) | |
tree | 989727ec25b0b2e08d1436dcbd5eea91e1e17b9e | |
parent | bff48a961d5592afbb0ec6c4aa48ce2eee0383bc (diff) |
launch john
-rw-r--r-- | img/john.pnm | bin | 315339 -> 315339 bytes | |||
-rwxr-xr-x | john_pnm.cgi | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/img/john.pnm b/img/john.pnm Binary files differindex 54a197e..b261a22 100644 --- a/img/john.pnm +++ b/img/john.pnm diff --git a/john_pnm.cgi b/john_pnm.cgi index 2e3ba3a..dab1d2e 100755 --- a/john_pnm.cgi +++ b/john_pnm.cgi @@ -3,5 +3,6 @@ JOHN_DIR="/home/rebecca/shed/gnom/john/ads" johnfile="$JOHN_DIR/$(ls "$JOHN_DIR"|shuf -n1)" +johnfile="${1:-$johnfile}" anytopnm <"$johnfile" | ppmtoppm | pnmscale -height=114 |