add start-joshuto script

This commit is contained in:
LordMZTE 2021-09-12 16:34:37 +02:00
parent f6c9783510
commit 0cef48acfd

7
scripts/start-joshuto Executable file
View file

@ -0,0 +1,7 @@
#!/bin/sh
if [ -z $1 ]; then
joshuto
else
joshuto --path "$@"
fi