File: run-example

package info (click to toggle)
libcli-framework-perl 0.05-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 456 kB
  • sloc: perl: 2,168; sql: 18; sh: 3; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 208 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#!/bin/sh
# autopkgtest check: run the example program shipped with CLI:Framework

set -e

perl /usr/share/doc/libcli-framework-perl/examples/demo-simple.pl | grep 'useful things happen here'

echo "run: OK"