Move shell and python scripts to scripts/ directory
Change-Id: Icdff44a54d14ddfc2266d99cf0578a8105716918
This commit is contained in:
7
scripts/copygcclib.sh
Executable file
7
scripts/copygcclib.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash -e
|
||||
|
||||
OUT=$1
|
||||
shift
|
||||
LIBPATH=$($@)
|
||||
cp -f $LIBPATH $OUT
|
||||
echo "$OUT: $LIBPATH" > ${OUT}.d
|
Reference in New Issue
Block a user