Created
July 12, 2017 05:40
-
-
Save DroidFreak32/020d5a51f18b69efaaeea73af8409126 to your computer and use it in GitHub Desktop.
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 | |
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