From cb1a51092d12db12f7ba29e57daed6d64b311d38 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Wed, 25 Oct 2023 18:02:25 -0400 Subject: More cleanup --- .local/bin/dbshare | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100755 .local/bin/dbshare (limited to '.local/bin/dbshare') diff --git a/.local/bin/dbshare b/.local/bin/dbshare deleted file mode 100755 index fdb9be2..0000000 --- a/.local/bin/dbshare +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/bash - -output="$(dropbox-cli sharelink $1)" - - -case "$output" in - https*) - echo "$output" | xsel -b - notify-send -a " Dropbox" "Your file $1 can now be shared. It's url is: -$output -It has been copied to your clipboard." ;; - *) - notify-send -a " Dropbox" "ERROR: -Your file could not be shared. -$output" ;; -esac -- cgit v1.2.3