scripts/attic/dropboxGetPublicURL.sh

6 lines
111 B
Bash
Raw Normal View History

2015-04-25 19:16:45 +03:00
#!/bin/bash
s=`~/Scripts/dropbox.py puburl "$1"`
zenity --info --text="$s" && echo "$s" | xclip -selection c