Install scripts
This commit is contained in:
parent
7c7d99d593
commit
377e65271a
1 changed files with 4 additions and 0 deletions
4
configure
vendored
4
configure
vendored
|
@ -23,6 +23,10 @@ case $1 in
|
|||
stow -v emacs
|
||||
exit 0
|
||||
;;
|
||||
"scripts" )
|
||||
stow -v scripts
|
||||
exit 0
|
||||
;;
|
||||
* )
|
||||
echo "$1 cannot be installed…"
|
||||
exit 1
|
||||
|
|
Loading…
Reference in a new issue