File: sleep.sh

package info (click to toggle)
prometheus-script-exporter 3.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 336 kB
  • sloc: makefile: 51; sh: 41
file content (4 lines) | stat: -rwxr-xr-x 63 bytes parent folder | download
1
2
3
4
#!/usr/bin/env bash

sleep "$1"
echo "sleep{seconds=\"$1\"} 1"