Skip to content

Instantly share code, notes, and snippets.

@snsinfu
Created July 1, 2020 05:30
Show Gist options
  • Save snsinfu/7fe2fbf8085599ea51c505bc39529d02 to your computer and use it in GitHub Desktop.
Save snsinfu/7fe2fbf8085599ea51c505bc39529d02 to your computer and use it in GitHub Desktop.
#!/bin/bash
#PBS -W Shell_Path_List=/bin/bash
#PBS -N name
cd "${PBS_O_WORKDIR:-.}"
seed="${PBS_ARRAYID:-0}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment