chiark / gitweb /
iwjendian
[ian-dotfiles.git] / files / personal_scripts_bin_xloadt
index 51f297492ba54fba67d6230e49cdcfb6e37d75b4..53c8e3af47fd741c5d4ab53078b1a070f62ae434 100755 (executable)
@@ -6,8 +6,8 @@ xlsclients | egrep \
 xload -geometry 120x120+@@
 
 @hostlist= ($ncipher eq 'bos' ? qw(viking dover pell arrakis) :
-            $ncipher eq 'cam' ? qw(jura islay dover dounreay marple) :
-            qw(davenant anarres));
+            $ncipher eq 'cam' ? qw(jura islay dover dounreay marple belgrano greenock) :
+            qw(davenant anarres lsd));
 for ($i=0; $i<@hostlist; $i++) { last if $hostlist[$i] eq $nodename; }
 if ($i>=@hostlist) {
     print STDERR "!! nodename $nodename not in $ncipher list @hostlist\n";