Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion warp_driver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
# THIS IS A DRIVER THAT SHOULD ONLY BE CALLED FROM warp_starter.sh
# DO NOT CALL THIS SCRIPT DIRECTLY!!!

# DO NOT DISTRIBUTE OR I WILL FIND YOU
# $Id: warp_driver.sh,v 1.4 2009/04/06 23:06:18 tmalisie Exp $
# $Date: 2009/04/06 23:06:18 $
# $Author: tmalisie $
Expand Down
1 change: 0 additions & 1 deletion warp_killer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
# $Author: tmalisie $
# $Revision: 1.2 $

# DO NOT DISTRIBUTE OR I WILL FIND YOU
if [ ! -n "$1" ]
then
echo "Usage: " $0 " job_to_kill"
Expand Down
2 changes: 0 additions & 2 deletions warp_starter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
# $Author: tmalisie $
# $Revision: 1.4 $

# DO NOT DISTRIBUTE OR I WILL FIND YOU

if [ ! -n "$1" ]
then
echo "Usage: " $0 " script_to_run REPEAT=1 PPN=2"
Expand Down