File: git-remote-t-sleep

package info (click to toggle)
dgit 15.2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,540 kB
  • sloc: perl: 14,228; sh: 7,751; makefile: 346; python: 334; tcl: 69
file content (8 lines) | stat: -rwxr-xr-x 65 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
#!/bin/sh
set -e
repo="$1"
args="$2"

sleep -- "$args"

exit 127