Print

Print


Commit in SlacMCPrj/scripts on MAIN
hosts-uptime.sh+2added 1.1
setup-geant4.7.1-prod-env.sh+4added 1.1
+6
2 added files
New scripts.

SlacMCPrj/scripts
hosts-uptime.sh added at 1.1
diff -N hosts-uptime.sh
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ hosts-uptime.sh	16 Jul 2005 01:40:47 -0000	1.1
@@ -0,0 +1,2 @@
+#!/bin/sh
+for n in `hosts`; do echo $n; ssh $n uptime; done

SlacMCPrj/scripts
setup-geant4.7.1-prod-env.sh added at 1.1
diff -N setup-geant4.7.1-prod-env.sh
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ setup-geant4.7.1-prod-env.sh	16 Jul 2005 01:40:47 -0000	1.1
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+export G4INSTALL=${PRJ_EXTERN}/geant4/prod/geant4.7.1
+source ${PRJ_SCRIPTS}/setup-geant4.sh
CVSspam 0.2.8