diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2023-12-09 05:37:40 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2023-12-09 05:37:40 +0100 |
commit | 1c153a8e8ea709cfc89eda810c41b5d2c9fa8472 (patch) | |
tree | c6814a26b51dee34430f6242a1ee2cfe029d22f9 /test.sh | |
parent | cd62d6a86e29be1d0643ba0efd70f23ba693344b (diff) | |
download | gallery-1c153a8e8ea709cfc89eda810c41b5d2c9fa8472.tar.gz gallery-1c153a8e8ea709cfc89eda810c41b5d2c9fa8472.tar.xz gallery-1c153a8e8ea709cfc89eda810c41b5d2c9fa8472.zip |
Make some HTTP handlers work
Diffstat (limited to 'test.sh')
-rwxr-xr-x | test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ target=/tmp/G input=/tmp/Gi rm -rf $target $input mkdir -p $target -cp -r $HOME/Pictures/Anime $input +cp -ra $HOME/Pictures/Anime $input ./gallery init $target ./gallery import $target $input ./gallery thumbnail $target |