btc (188B)
1 #!/usr/bin/env bash 2 3 cmd=${1:-price} 4 shift 5 6 #if [ $cmd != "price" ] && [ $HOSTNAME != "monad" ]; then 7 #exec ssh monad env PATH=/home/jb55/bin:\$PATH btc-$cmd "$@" 8 #fi 9 10 exec btc-$cmd "$@"
citadelMy dotfiles, scripts and nix configs | |
git clone git://jb55.com/citadel | |
Log | Files | Refs | README | LICENSE |