#!/bin/bash

source ~/.gamerc

for i in $(print_hosts_ip);do 
   ssh -t $i "sudo su -l -c ~$LOGINUSER/bin/tunetcp.sh"
done
