Rearranged files in lab 8 and added a lab report and some examples
This commit is contained in:
3
Labb8/web.awk
Normal file
3
Labb8/web.awk
Normal file
@@ -0,0 +1,3 @@
|
||||
BEGIN { print "<html><head><title>ett skript</title><head><body><pre>" }
|
||||
{ print $0 }
|
||||
END { print "</pre></body></html>" }
|
Reference in New Issue
Block a user