File: outgroup

package info (click to toggle)
fastdnaml 1.2.2-18
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,156 kB
  • sloc: ansic: 3,910; sh: 571; makefile: 46
file content (9 lines) | stat: -rw-r--r-- 162 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
#! /bin/sh
#
# outgroup shell script
#
if test $# -ne 1; then echo "Usage:  $0  outgroup_number"; exit; fi
read first_line
echo "$first_line O"
echo "O $1"
cat -