We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 92108be + e457aa8 commit 3ba7f02Copy full SHA for 3ba7f02
scripts/clean_caches.sh
@@ -1,3 +1,5 @@
1
+#!/usr/bin/env bash
2
+
3
if [ -z "$1" ] || [ -z "$2" ] || [ -z "$3" ]; then
4
echo "Usage ./clean-caches.sh <bucket> <endpoint> <pattern>"
5
exit 1
scripts/get_extension_list.sh
set -eo pipefail
echo -n "EXTENSION_LIST=[" > extension_list
0 commit comments