Don't try full ocr, it's useless.
[dja/scandal.git] / my_seq.sh
1 # Mac OS X doesn't have seq. It has jot instead.
2 Linux_seq="seq"
3 Darwin_seq="jot -"
4 if [[ $(uname) == "Darwin" ]]; then my_seq=$Darwin_seq;
5 else my_seq=$Linux_seq;
6 fi;

UCC git Repository :: git.ucc.asn.au