remove copy-extern-scripts
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
#! /bin/bash
|
||||
|
||||
for dir in export/**/bin; do
|
||||
if [ -d $dir/bin ]; then
|
||||
rm -rf $dir/bin
|
||||
fi
|
||||
cp -r bin $dir/bin
|
||||
done
|
Reference in New Issue
Block a user