Install scripts

This commit is contained in:
Martin Potier 2016-03-21 15:41:45 +01:00
parent 7c7d99d593
commit 377e65271a
1 changed files with 4 additions and 0 deletions

4
configure vendored
View File

@ -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