From 881daaa8a88c502c6ba10c3ff72f7573634355e3 Mon Sep 17 00:00:00 2001 From: dx Date: Mon, 4 May 2020 05:18:41 +0100 Subject: ~spaces -> tabs Formatting included --- install.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index f10e0bc..52a7940 100644 --- a/install.sh +++ b/install.sh @@ -4,8 +4,8 @@ folders=`find . -maxdepth 1 -type 'd' -not -name '.git' -not -name '.'`; # Symlink profiles for pkg in $folders; do - echo "Stowing " $pkg; - stow $pkg + echo "Stowing " $pkg; + stow $pkg done # Generate folders @@ -18,7 +18,7 @@ mkdir ~/School; # get templates declare -a templates=("CTemplate" "CPPTemplate" "PythonTemplate" - "NodeTemplate" "ArduinoTemplate"); + "NodeTemplate" "ArduinoTemplate"); for template in ${templates[@]}; do - git clone https://github.com/odavep/$template ~/Code/Templates/$template; + git clone https://github.com/odavep/$template ~/Code/Templates/$template; done -- cgit v1.2.3-13-gbd6f