Pengguna:HsfBot/config/delete
#!/usr/bin/bash
# bash script to runing delete.py (pywikibot)
echo Filter page by:
read filter
echo Arguments to apply filter:
read args
echo Summary:
read sum
python ./pwb.py delete.py -user:Hidayatsrf -$filter:"$args" -pt:0 -summary:"Bot: $sum"
echo All progress ended!