diff --git a/scripts/run_all.sh b/scripts/run_all.sh old mode 100644 new mode 100755 index 1840605..51c64ee --- a/scripts/run_all.sh +++ b/scripts/run_all.sh @@ -1,5 +1,13 @@ #!/usr/bin/env bash -./copy_files.sh -./fix_perms.sh -./format.sh -./build_summary.js \ No newline at end of file + +# 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 \ No newline at end of file diff --git a/summary.json b/summary.json index 6341ca8..12c17bb 100644 --- a/summary.json +++ b/summary.json @@ -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" -} \ No newline at end of file +}