统一短信批量加黑白名单

#!/bin/bash
file='/mnt/514.txt'
     for i in `cat $file`
 do
echo  $i
done

posted @ 2015-05-14 16:02  金葵学子  阅读(176)  评论(0)    收藏  举报