mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-05 23:29:27 +01:00
7 lines
74 B
Bash
Executable file
7 lines
74 B
Bash
Executable file
#!/bin/sh
|
|
if [ -z $1 ]; then
|
|
joshuto
|
|
else
|
|
joshuto --path "$@"
|
|
fi
|
|
|