Skip to content

Instantly share code, notes, and snippets.

@rostegg
Created March 17, 2019 21:44
Show Gist options
  • Select an option

  • Save rostegg/df74db8a0d20e9f9716dbef87de48427 to your computer and use it in GitHub Desktop.

Select an option

Save rostegg/df74db8a0d20e9f9716dbef87de48427 to your computer and use it in GitHub Desktop.
Install ffsend and uploading binding
#!/bin/bash
# Install ffsend (https://github.com/timvisee/ffsend)
# and binding for uploading file (https://gist.github.com/rostegg/33e1311af70bc522ce0d0fdc691c79fa)
snap install ffsend
wget -O fsend https://gist.githubusercontent.com/rostegg/33e1311af70bc522ce0d0fdc691c79fa/raw/34691c0d17ccd380f917e34250c831ad9755d13b/fsend
chmod +x fsend
sudo mv fsend /usr/bin/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment