mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2025-03-07 10:39:59 +01:00
add start-joshuto script
This commit is contained in:
parent
f6c9783510
commit
0cef48acfd
1 changed files with 7 additions and 0 deletions
7
scripts/start-joshuto
Executable file
7
scripts/start-joshuto
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
if [ -z $1 ]; then
|
||||
joshuto
|
||||
else
|
||||
joshuto --path "$@"
|
||||
fi
|
||||
|
Loading…
Add table
Reference in a new issue