Pengguna:HsfBot/config/delete

Revisi sejak 16 Februari 2018 01.30 oleh Hidayatsrf (bicara | kontrib) (Hidayatsrf memindahkan halaman Penguna:HsfBot/config/delete ke Pengguna:HsfBot/config/delete tanpa membuat pengalihan: Salah ketik)
(beda) ← Revisi sebelumnya | Revisi terkini (beda) | Revisi selanjutnya → (beda)
#!/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!