🧑‍💻 Add chmod to mfprep

This commit is contained in:
Scott Lahteine 2022-01-19 05:12:03 -06:00
parent 369ba99fdb
commit 32ff8c1489

View File

@ -60,5 +60,6 @@ cat "$LOGB" | while read line; do
fi
done
mv "$TMPF" "$SCRF"
chmod ug+x "$SCRF"
open "$TMPDIR"