dotfiles/scripts/start-joshuto.sh

8 lines
74 B
Bash
Raw Normal View History

2021-09-12 16:34:37 +02:00
#!/bin/sh
if [ -z $1 ]; then
joshuto
else
joshuto --path "$@"
fi