yacy-maintenance-scripts/x/blist-add-alldomain

8 lines
128 B
Plaintext
Raw Normal View History

2020-11-19 21:00:22 +00:00
#!/bin/bash
if [[ $1 == '' ]]; then
echo 'E| nothing to add?'
exit 1
fi
docker exec yacynet /scripts/blacklist-add.sh "$1" 1