rename some standalone projects
This commit is contained in:
8
projects/_standalone/nat-flixel-playground/copy-extern-scripts.sh
Executable file
8
projects/_standalone/nat-flixel-playground/copy-extern-scripts.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#! /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