Run all script improvements

This commit is contained in:
Explosion Implosion 2024-08-10 14:08:16 -05:00
parent ad7de4a02f
commit 3733b71f64
2 changed files with 13 additions and 5 deletions

16
scripts/run_all.sh Normal file → Executable file
View File

@ -1,5 +1,13 @@
#!/usr/bin/env bash #!/usr/bin/env bash
./copy_files.sh
./fix_perms.sh # MAKE SURE THIS IS RUN FROM THE ROOT OF THE REPO - with sudo
./format.sh HERE="$(pwd)"
./build_summary.js SCRIPTS="$HERE/scripts"
$SCRIPTS/copy_files.sh
$SCRIPTS/fix_perms.sh
$SCRIPTS/format.sh
$SCRIPTS/build_summary.js
# Pesky ds store
fd -u '^\.DS_Store$' -I -tf -X rm