added install script

This commit is contained in:
Steffen Vogel 2014-06-20 16:13:36 +02:00
parent 377f40ceca
commit cee4691201

7
install.sh Executable file
View file

@ -0,0 +1,7 @@
#!/bin/bash
shopt -s extglob
for file in !(.git|install.sh|*~|.|..); do
cp -r $file ~
done