diff --git a/scripts/shotz b/scripts/shotz index 000d172..13bc429 100755 --- a/scripts/shotz +++ b/scripts/shotz @@ -9,5 +9,5 @@ mkdir -p "$output_dir" scrot -s "$output_dir/$output_file" if [ "$1" = "-u" ]; then - curl -F file=@"$output_dir/$output_file" https://hardfiles.org/upload | xclip -selection clipboard -fi \ No newline at end of file + curl -F file=@"$output_dir/$output_file" https://hardfiles.org/ | xclip -selection clipboard +fi