diff --git a/projects/_standalone/nat-flixel-playground/copy-extern-scripts.sh b/projects/_standalone/nat-flixel-playground/copy-extern-scripts.sh deleted file mode 100755 index 7da61338..00000000 --- a/projects/_standalone/nat-flixel-playground/copy-extern-scripts.sh +++ /dev/null @@ -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 \ No newline at end of file