yacy-maintenance-scripts/x/purge-by-lang

8 lines
156 B
Plaintext
Raw Normal View History

2020-11-19 21:00:22 +00:00
#!/bin/bash
if [[ $1 == '' ]]; then
echo 'E| you must give a lang code to delete'
exit 1
fi
docker exec yacynet /scripts/purge-by-lang.sh "$1" noconfirm