diff options
Diffstat (limited to 'post-screenshot.sh')
-rwxr-xr-x | post-screenshot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/post-screenshot.sh b/post-screenshot.sh index ff2507d..a4ee752 100755 --- a/post-screenshot.sh +++ b/post-screenshot.sh | |||
@@ -1,6 +1,6 @@ | |||
1 | #!/usr/bin/env sh | 1 | #!/usr/bin/env sh |
2 | 2 | ||
3 | LOCAL_DIR="$HOME/medias/pictures/screenshots" | 3 | LOCAL_DIR="$HOME/pictures/screenshots" |
4 | REMOTE_SERVICE_URL="https://paste.gnugen.ch" | 4 | REMOTE_SERVICE_URL="https://paste.gnugen.ch" |
5 | PASTE_EXPIRATION="1d" | 5 | PASTE_EXPIRATION="1d" |
6 | 6 | ||