summaryrefslogtreecommitdiff
path: root/examples/hello_subdirs/prog1/prog1.awk
blob: 5a03ed88707b52a2ea9ef646eacfe5b7c27605ea (plain)
1
2
3
4
5
6
#!/usr/bin/awk -f

BEGIN {
  print "Hello World1-3"
  exit 0
}