10 lines
155 B
Bash
Executable file
10 lines
155 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
set -e
|
|
|
|
source ./scripts/common.sh
|
|
|
|
blcl -fr public \
|
|
--exclude open.spotify.com \
|
|
--exclude scdn.co \
|
|
--exclude staticflickr.com
|