initial commit

This commit is contained in:
Pratik
2019-04-22 17:02:29 +05:30
commit b89030e691
4 changed files with 5768 additions and 0 deletions

9
seoexc.awk Executable file
View File

@@ -0,0 +1,9 @@
#! /usr/bin/awk -f
BEGIN {
print "we are running an awk executable"
}
{
print $2
}