Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 915 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 915 Bytes

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.