File: helloworld.sh

package info (click to toggle)
ruby-subexec 0.2.3%2Bgh-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 116 kB
  • ctags: 6
  • 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"