twn: add run command
This commit is contained in:
parent
e2f5d44959
commit
9353999a30
@ -13,6 +13,9 @@ case "$1" in
|
|||||||
build ) "$toolpath"/build.sh "${@:2}"
|
build ) "$toolpath"/build.sh "${@:2}"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
run ) ./$exe "${@:2}"
|
||||||
|
;;
|
||||||
|
|
||||||
gdb ) unset DEBUGINFOD_URLS
|
gdb ) unset DEBUGINFOD_URLS
|
||||||
gdb -ex run --args "$(basename $PWD)" "${@:2}"
|
gdb -ex run --args "$(basename $PWD)" "${@:2}"
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user