diff options
author | Ou Ferrat <ou@ouferr.at> | 2023-05-22 12:06:38 +0200 |
---|---|---|
committer | Ou Ferrat <ou@ouferr.at> | 2023-05-22 12:06:38 +0200 |
commit | 6dcdec262f785dba7fb648e7c968012e3ed67706 (patch) | |
tree | 5f159d88953203c7b75ae47f066cc2914cbf9ce7 /deploy.sh | |
parent | 0217f94ae7e93593e3e0e359b30e424e95af4dcb (diff) |
Diffstat (limited to 'deploy.sh')
-rwxr-xr-x | deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ #!/usr/bin/env bash /home/jaume/ouferrat_env/bin/python build.py -cp *.ass *.html *.jpeg *.png *.ico *.md /var/www/ouferrat/ +cp *.ass *.html *.jpg *.png *.ico *.md /var/www/ouferrat/ [ -f "fansubs.sh" ] && ./fansubs.sh |