mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-14 22:12:07 +01:00
8 lines
74 B
Bash
8 lines
74 B
Bash
|
#!/bin/sh
|
||
|
if [ -z $1 ]; then
|
||
|
joshuto
|
||
|
else
|
||
|
joshuto --path "$@"
|
||
|
fi
|
||
|
|