File: drain.sh

package info (click to toggle)
haskell-shelly 1.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 408 kB
  • sloc: haskell: 2,660; sh: 51; makefile: 4
file content (4 lines) | stat: -rwxr-xr-x 50 bytes parent folder | download | duplicates (4)
1
2
3
4
#!/bin/sh
echo "starting"
sleep 2
echo "finished"