File: helloworld.sh

package info (click to toggle)
ruby-subexec 0.2.3%2Bgh-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 116 kB
  • sloc: ruby: 156; sh: 3; makefile: 2
file content (4 lines) | stat: -rwxr-xr-x 45 bytes parent folder | download | duplicates (3)
1
2
3
4
#!/bin/sh
echo "Hello"
sleep $1
echo "World"