diff options
author | pacien | 2017-07-26 19:46:38 +0200 |
---|---|---|
committer | pacien | 2017-07-26 19:46:38 +0200 |
commit | fa67270248f18135c37b9ce80664b20b139d7ffd (patch) | |
tree | 74455b22dd96daa1a607fb0e18223a8eff326c2f /post-screenshot.sh | |
parent | b7da7f8ceeef260ce8cb8f789a324ea6ef5da832 (diff) | |
download | desktop-utilities-fa67270248f18135c37b9ce80664b20b139d7ffd.tar.gz |
Update local dir
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 | ||