File: test-bash.sh

package info (click to toggle)
libcap2 1%3A2.75-7
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,064 kB
  • sloc: ansic: 9,181; sh: 1,138; makefile: 808; cpp: 45; asm: 16
file content (4 lines) | stat: -rw-r--r-- 102 bytes parent folder | download | duplicates (6)
1
2
3
4
#!/bin/sh
# bash is used in various headers so we need a wrapper to invoke sh
# instead.
exec sh "$@"