/puush-linux

A Bash script for using puush from linux.

Primary LanguageShellMIT LicenseMIT

puush-linux

A Bash script for uploading files to puush.me from Linux. Many thanks to @Westie for his insights on puush's undocumented API :)

Using

You'll need to set up an environment variable, PUUSH_API_KEY. You can get this key from your puush client in Settings, or from puush.me. You can set the environment variable per-session with export PUUSH_API_KEY="apiKeyHere", or by putting that command in ~/.bashrc.