view tests/hostname.sh @ 0:580b2753e17c default tip

hg init
author Shoshi TAMAKI
date Wed, 20 Feb 2013 20:14:09 +0900
parents
children
line wrap: on
line source

#!/bin/sh
#
# hostname test
#

function run() {
 while read serv
 do
  ssh $serv "echo $hoge" &
 done   
}

run < $PBS_NODEFILE