Jake Howard
43df6b6da4
Intentionally not run as part of CI, as it's a little messy with state. It's more a manual check
10 lines
157 B
Bash
Executable file
10 lines
157 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
source ./scripts/common.sh
|
|
|
|
blcl -fr public \
|
|
--exclude open.spotify.com \
|
|
--exclude scdn.co \
|
|
--exclude staticflickr.com
|