Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Better treatment of existing bin dir
Jim Van Fleet committed Aug 3, 2016
1 parent 2d9576f commit 141c0c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/install.sh
@@ -1,7 +1,8 @@
#!/usr/bin/env bash
git clone git@github.internet2.edu:docker/util.git
find util/bin -name "*.sh" -exec sh -c 'echo "$1" | sed "s/util\///" >> .gitignore' -- {} \;
mv util/bin bin
mkdir -p bin
mv util/bin/* bin/.
mv util/README.md BINSCRIPTS.md
if [ ! -f common.bash ]; then
mv util/common.bash.sample common.bash

0 comments on commit 141c0c7

Please sign in to comment.