This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Send your files to another machine using SCP | |
# REQUIRED | |
# - Nautilus (doh!) | |
# - scp | |
# - notify-send (from package notify-bin, libnotify - for messages) | |
# - xclip (to automaticaly set your clipboard to the URL of the file) |
NewerOlder