Move shell and python scripts to scripts/ directory

Change-Id: Icdff44a54d14ddfc2266d99cf0578a8105716918
This commit is contained in:
Colin Cross
2016-04-27 16:10:38 -07:00
parent 369f01315a
commit 1474741435
5 changed files with 5 additions and 3 deletions

7
scripts/copygcclib.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash -e
OUT=$1
shift
LIBPATH=$($@)
cp -f $LIBPATH $OUT
echo "$OUT: $LIBPATH" > ${OUT}.d