mirror of
https://github.com/AppleCommander/bastools.git
synced 2026-01-23 18:16:19 +00:00
5 lines
221 B
Bash
5 lines
221 B
Bash
# Usage: 'shell scripts/env.sh'
|
|
|
|
alias bt="java -jar ${PWD}/$(find tools/bt/build/libs/ -iname "*.jar" -not -iname "*plain*")"
|
|
alias st="java -jar ${PWD}/$(find tools/st/build/libs/ -iname "*.jar" -not -iname "*plain*")"
|