apple-intelligence-prompts/scripts/run_all.sh
Explosion Implosion e9de721f45 More file info
I'm preparing to update macos so it'd be nice to see the changes when I do
2024-08-14 08:15:07 -05:00

18 lines
353 B
Bash
Executable File

#!/usr/bin/env bash
# MAKE SURE THIS IS RUN FROM THE ROOT OF THE REPO - with sudo
HERE="$(pwd)"
SCRIPTS="$HERE/scripts"
fd --type f -g "$SCRIPTS/*" -X chmod +x {}
$SCRIPTS/copy_files.sh
$SCRIPTS/fix_perms.sh
$SCRIPTS/format.sh
$SCRIPTS/build_summary.js
$SCRIPTS/build_tree.sh
$SCRIPTS/add_files.sh
# Pesky ds store
fd -u '^\.DS_Store$' -I -tf -X rm