3 lines
63 B
Plaintext
3 lines
63 B
Plaintext
|
#!/bin/sh
|
||
|
git --git-dir=${HOME}/.cfg/ --work-tree=${HOME} "$@"
|