remove copy-extern-scripts

This commit is contained in:
2023-04-29 21:13:00 -06:00
parent 85b12736fd
commit ee9383fd53

View File

@@ -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