script to run cmdtypist from any directory

pull/1/head
Calson Noah 7 years ago
parent b7c6d59e2a
commit 420a630f22

@ -0,0 +1,4 @@
#!/bin/sh
cd $HOME/cmdtypist &&
exec $HOME/cmdtypist/cmd_typist "$@" ||
echo "oops something went wrong, verify cmdtypist still exist at $HOME/cmdtypist"
Loading…
Cancel
Save