unfollowmescripthelper.sh 127 B

12345
  1. #!/bin/bash
  2. # GPLv3 see COPYING.GPL
  3. for x in `cat unfollowme `; do ./unfollowscript $x; echo "@@@@@@@@@@@@@@@@@@@@@@"; done;