Create eee.awk

This commit is contained in:
simple-human 2018-12-10 01:53:55 +10:00 committed by GitHub
parent 4e0cfb0f39
commit 767cc67b61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
eee.awk Normal file
View File

@ -0,0 +1,2 @@
#!/usr/bin/env -S awk -f
BEGIN { while(1) printf("e")}