File: from-file

package info (click to toggle)
gnuais 0.3.3-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 572 kB
  • sloc: ansic: 5,788; sql: 33; makefile: 4; sh: 3
file content (6 lines) | stat: -rwxr-xr-x 107 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
#!/bin/sh

set -e

gnuais -l /bin/ls 2>&1 # Just a random file which exists on all machines
echo "run: OK"