1474741435
Change-Id: Icdff44a54d14ddfc2266d99cf0578a8105716918
7 lines
96 B
Bash
Executable file
7 lines
96 B
Bash
Executable file
#!/bin/bash -e
|
|
|
|
OUT=$1
|
|
shift
|
|
LIBPATH=$($@)
|
|
cp -f $LIBPATH $OUT
|
|
echo "$OUT: $LIBPATH" > ${OUT}.d
|