wrapper for os-independent seq command
[guilt.git] / regression / bin / dump_ref
blob588d2376c90ac82a9016c38d2531a78fcc460cbf
1 #!/bin/sh
3 if [ $# -ne 1 ]; then
4 echo "ERROR"
5 exit 1
6 fi
8 printf "r "
9 cat "$1" | tr "\n" " "
10 echo " $1"