summaryrefslogtreecommitdiff
path: root/.local/bin/dbshare
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/dbshare')
-rwxr-xr-x.local/bin/dbshare16
1 files changed, 0 insertions, 16 deletions
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