Skip to content

Instantly share code, notes, and snippets.

@drio
Created May 22, 2010 18:12
Show Gist options
  • Save drio/410255 to your computer and use it in GitHub Desktop.
Save drio/410255 to your computer and use it in GitHub Desktop.
#!/bin/bash
#
set -e
mkdir ./output
cmd="./parse.rb > ./output/data.txt && ./plot.sh ./output/data.txt"
$cmd
#bsub -J bf.p.m -o log.out -e log.err $cmd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment