统一短信批量加黑白名单

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

原文地址:https://www.cnblogs.com/lubing666666/p/4503580.html