File: addlisting

package info (click to toggle)
rblcheck 20020316-7
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 520 kB
  • ctags: 39
  • sloc: ansic: 401; makefile: 138; sh: 39; awk: 27; perl: 12
file content (8 lines) | stat: -rwxr-xr-x 144 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
#!/bin/sh

# Clear the list, add an entry, and display it.

if test x"`./rblcheck -c -s testlisting -l 2>&1`" != x"testlisting"
then
	exit 1
fi