added comments make script standalone

master
melvin 2012-05-23 13:28:57 +08:00
parent 356caf54cd
commit 839b074c3e
1 changed files with 5 additions and 0 deletions

5
scripts/keep_unimplemented.awk Normal file → Executable file
View File

@ -1,3 +1,8 @@
#!/usr/bin/awk -f
# read list of existing cards and list of scored cards
# keep those scored cards that are not implemented
BEGIN {
FS = "\t"
}