Skip to content

Instantly share code, notes, and snippets.

@wakuteka
Created March 8, 2011 02:23
Show Gist options
  • Save wakuteka/859739 to your computer and use it in GitHub Desktop.
Save wakuteka/859739 to your computer and use it in GitHub Desktop.
#!/bin/sh
#$ -S /bin/bash
pwd
hostname
date
echo arg1=$1
sleep 20
date
@wakuteka
Copy link
Author

wakuteka commented Mar 8, 2011

sample script for SUN Grid Engine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment