about summary refs log tree commit diff
path: root/scripts/xshot-select-upload.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/xshot-select-upload.sh')
-rwxr-xr-xscripts/xshot-select-upload.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/xshot-select-upload.sh b/scripts/xshot-select-upload.sh
index 040251e..70c08c4 100755
--- a/scripts/xshot-select-upload.sh
+++ b/scripts/xshot-select-upload.sh
@@ -2,6 +2,6 @@
 
 PIC="$HOME/pictures/screenshots/$(date +%Y-%m-%d_%H-%M-%S).png"
 
-maim --format=png --hidecursor --quality 8 --select "$PIC" && \
-    curl --form "file=@$PIC" "https://0x0.st" | \
-    xclip -quiet
+maim --format=png --hidecursor --quality 8 --select "$PIC" &&
+	curl --form "file=@$PIC" "https://0x0.st" |
+	xclip -quiet

Consider giving Nix/NixOS a try! <3