repo.or.cz
/
ArchLinux
/
community.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
upgpkg: ufw 0.36.2-1
[ArchLinux/community.git]
/
rpg-cli
/
trunk
/
rpg-cli.sh
blob
cdaaf0e25a9c5cfe0d9790a807765d7b3d366f13
1
rpg
() {
2
case
"
${1}
"
in
3
buy | use | battle | stat
)
4
rpg-cli
"
${@}
"
5
;;
6
*)
7
cd
"
${@}
"
&&
rpg-cli
cd
"
${PWD}
"
8
;;
9
esac
10
}