Created
May 9, 2011 17:23
-
-
Save takamii/962918 to your computer and use it in GitHub Desktop.
Cydiaレポ作成&アップロード用alias
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