1
0
Fork 0
mirror of https://mzte.de/git/LordMZTE/dotfiles.git synced 2024-12-17 12:23:43 +01:00
dotfiles/scripts/start-joshuto

7 lines
74 B
Bash
Executable file

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