1 2 3 4 5 6 7 8
#!/usr/bin/perl for $i (0..5) { $beta = 10**$i; $cmd = "pygibbs_peak $beta\n"; print $cmd; `$cmd`; }