Index: /branches/eam_branches/ipp-pstamp-20260421/pstamp/install-cgi.sh
===================================================================
--- /branches/eam_branches/ipp-pstamp-20260421/pstamp/install-cgi.sh	(revision 43003)
+++ /branches/eam_branches/ipp-pstamp-20260421/pstamp/install-cgi.sh	(revision 43003)
@@ -0,0 +1,19 @@
+#!/bin/csh
+
+# for the moment, this will be hard-wired.
+
+set PS_CGI = /data/kukui.2/eugene/datastore.20260421/ps-cgi
+set PS_WEB = /data/kukui.2/eugene/datastore.20260421/ps-web
+set PS_BIN = /home/kiawe/eugene/src/psconfig/ipp-pstamp-20260421.lin64/bin
+
+foreach f ( web/*.php )
+  rsync -uv $f $PS_WEB/
+end
+
+foreach f ( web/*.cgi )
+  rsync -uv $f $PS_CGI/
+end
+
+foreach f (scripts/pstamp_runcommand.sh scripts/pstamp_webrequest.pl)
+  rsync -uv $f $PS_BIN/
+end
