Skip to content

Commit

Permalink
install
Browse files Browse the repository at this point in the history
  • Loading branch information
Michele Sciabarra committed May 16, 2016
1 parent ff8d482 commit 1dbad82
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions bin/install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash
OLDPWD="$(pwd)"
cd $(dirname $0)
for i in install-*.sh
do echo ">>> $i"
bash $i
echo "<<< $i"
done
cd "$OLDPWD"

0 comments on commit 1dbad82

Please sign in to comment.