Run all script improvements
This commit is contained in:
parent
ad7de4a02f
commit
3733b71f64
16
scripts/run_all.sh
Normal file → Executable file
16
scripts/run_all.sh
Normal file → Executable 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
|
||||||
Loading…
Reference in New Issue
Block a user