Skip to content

Instantly share code, notes, and snippets.

@DroidFreak32
Created July 12, 2017 05:40
Show Gist options
  • Save DroidFreak32/020d5a51f18b69efaaeea73af8409126 to your computer and use it in GitHub Desktop.
Save DroidFreak32/020d5a51f18b69efaaeea73af8409126 to your computer and use it in GitHub Desktop.
#!/bin/bash
mkdir ~/Scripts
echo '
export PATH=~/Scripts:$PATH' >> ~/.bashrc
echo 'curl -T $1 ftp://uploads.androidfilehost.com --user USERNAME:PASSWORD' > ~/Scripts/AFH
chmod +x ~/Scripts/AFH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment