Reorganise gists folder
This commit is contained in:
11
codegrab/map.awk
Normal file
11
codegrab/map.awk
Normal file
@@ -0,0 +1,11 @@
|
||||
NR == FNR {
|
||||
rep[$1] = $2
|
||||
next
|
||||
}
|
||||
|
||||
{
|
||||
for (key in rep)
|
||||
gsub(key, rep[key])
|
||||
print
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user