File: systest

package info (click to toggle)
modules 5.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 20,572 kB
  • sloc: exp: 46,525; sh: 5,261; tcl: 3,182; makefile: 1,355; ansic: 466; python: 251; csh: 201; perl: 47; ruby: 44
file content (7 lines) | stat: -rwxr-xr-x 72 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
#!/bin/sh

if [ $# -eq 3 ]; then
    exit "$1$2$3"
else
    exit 123
fi