initial commit
This commit is contained in:
9
seoexc.awk
Executable file
9
seoexc.awk
Executable file
@@ -0,0 +1,9 @@
|
||||
#! /usr/bin/awk -f
|
||||
|
||||
BEGIN {
|
||||
print "we are running an awk executable"
|
||||
}
|
||||
|
||||
{
|
||||
print $2
|
||||
}
|
||||
Reference in New Issue
Block a user