Update build.sh

This commit is contained in:
Cutieguwu
2025-07-31 17:10:55 -04:00
parent 32b45d543a
commit 6c8a34e380

View File

@@ -65,7 +65,7 @@ do
do
echo -e "$cyan src/$item"
cp -R src/$item target/$item
cp -Ru src/$item target/$item
done
else
echo -e "$green"Usage:"$cyan" build.sh [OPTIONS] [COMMAND]