dotfiles/scripts/start-joshuto

8 lines
74 B
Bash
Executable file

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