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
|
||||
./copy_files.sh
|
||||
./fix_perms.sh
|
||||
./format.sh
|
||||
./build_summary.js
|
||||
|
||||
# MAKE SURE THIS IS RUN FROM THE ROOT OF THE REPO - with sudo
|
||||
HERE="$(pwd)"
|
||||
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
|
||||
@ -29,4 +29,4 @@
|
||||
"com_apple_MobileAsset_UAF_FM_GenerativeModels/purpose_auto/ef56a417170bb1085e2e92c80a472b7becf2bff5.asset/AssetData/metadata.json": "Makes text more professional, adhering to British or Australian tone.",
|
||||
"com_apple_MobileAsset_UAF_FM_GenerativeModels/purpose_auto/fe6265190939e1902c29032c3f98dd4cc69ad6de.asset/AssetData/metadata.json": "Creates urgent classification prompts for conversational dialogue.",
|
||||
"com_apple_MobileAsset_UAF_SummarizationKitConfiguration/purpose_auto/1f289643c1beb11123b7f425f49fac81dc358e73.asset/AssetData/summarization-template.json": "Lots of interesting summarization prompts"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user