10 lines
278 B
Bash
Executable File
10 lines
278 B
Bash
Executable File
#!/bin/ksh
|
|
#
|
|
# Script to perform certain operations in the US, because I'm lazy :-)
|
|
#
|
|
|
|
LOGIN="pnyc@scapen-cs11u4-1.us.oracle.com"
|
|
LOGIN="pnyc@dabel.us.oracle.com"
|
|
|
|
ssh -o IdentitiesOnly=yes -i ~/.ssh/id_rsa "$LOGIN" /home/pnyc/bin/cluster-status-backup/nightly_history.ksh "$@"
|