diff --git a/cmdtypist b/cmdtypist new file mode 100755 index 0000000..e2d54a4 --- /dev/null +++ b/cmdtypist @@ -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" \ No newline at end of file