-
-
Save tazjel/4686493 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
alias ll='ls -l' | |
alias mvcydia='ll *.deb; mv *.deb repo/cydia; cd repo/cydia; repo; ll; sftpcydia' | |
alias repo='mv Packages.bz2 Packages.bak; /var/root/apt/repo/cydia-scanpackages . /dev/null >Packages; bzip2 Packages' | |
alias sftpcydia='sftp [email protected]:www/cydia' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment