Skip to content

Instantly share code, notes, and snippets.

View caljess599's full-sized avatar

Platform Jess caljess599

  • School of Data Science, University of Virginia
  • Charlottesville, VA
View GitHub Profile
#!/bin/bash
# name: whonode
# location: /bin/whonode
# # FUNCTIONS # #
usage () {
printf "usage: %s [-c] [-h] [-n cvpost<num> ] [-j JobID]* [-u user]* [-r] [-s]\n*flag can be passed multiple times\nFor complete documentation, go to https://staff.nrao.edu/wiki/bin/view/CIS/ClusterKnowHowVisible\n" $0 >&2
exit 2