File: read.write.tree.sh

package info (click to toggle)
libtree-dagnode-perl 1.35-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 388 kB
  • sloc: perl: 1,455; makefile: 2; sh: 1
file content (10 lines) | stat: -rwxr-xr-x 317 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/bash
#
# Name: read.write.tree.sh.
#
# Parameters:
# 1: The abbreviated name of sample input and output data files.
#	E.g. xyz simultaneously means read some_dir/xyz.tree and write some_dir/xyz.tree.out.
# 2 .. 5: Use for anything. E.g.: -maxlevel debug.

perl -Ilib scripts/read.write.tree.pl $1 $2 $3 $4