File: dump_ref

package info (click to toggle)
guilt 0.33-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 768 kB
  • ctags: 80
  • sloc: sh: 2,327; makefile: 116; perl: 42
file content (10 lines) | stat: -rwxr-xr-x 105 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

if [ $# -ne 1 ]; then
	echo "ERROR"
	exit 1
fi

printf "r "
cat "$1" | tr "\n" " "
echo " $1"