Created
February 12, 2017 11:05
-
-
Save sndnvaps/bff2bff674fa5ded0d4c2a0a1428f4ed to your computer and use it in GitHub Desktop.
This file contains 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 | |
cd ~/roms/cyanogenmod/out/target/product/i9300/ | |
yafc <<** | |
open ftp://dschense:[email protected]:21/ | |
cd Roms/CM | |
put -f -r ~/roms/cyanogenmod/out/target/product/i9300/cm-* | |
close |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment