From 377e65271a4b388c7f7645905500e14ab418edeb Mon Sep 17 00:00:00 2001 From: Martin Potier Date: Mon, 21 Mar 2016 15:41:45 +0100 Subject: [PATCH] Install scripts --- configure | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure b/configure index 058afb8..5f647cd 100755 --- a/configure +++ b/configure @@ -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