scripts/attic/dropboxGetPublicURL.sh
2017-03-25 14:30:15 +02:00

6 lines
111 B
Bash
Executable File

#!/bin/bash
s=`~/Scripts/dropbox.py puburl "$1"`
zenity --info --text="$s" && echo "$s" | xclip -selection c