diff options
author | Pacien TRAN-GIRARD | 2017-05-11 21:35:23 +0200 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2017-05-11 21:35:23 +0200 |
commit | f7466f35bea6b05bb188a8c7fd33dc6e88a1ce84 (patch) | |
tree | 1d959178075bfb0f1b52b7a61cb57629b2660019 /post-screenshot.sh | |
parent | cc36c9613426507cb2b7e726e9c2d217bf862e2e (diff) | |
download | desktop-utilities-f7466f35bea6b05bb188a8c7fd33dc6e88a1ce84.tar.gz |
Remove hard-coded homedir
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 edca85e..ff2507d 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/pacien/medias/pictures/screenshots" | 3 | LOCAL_DIR="$HOME/medias/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 | ||