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