Initial commit

This commit is contained in:
2022-06-08 10:07:41 +00:00
commit 710062d6e1
17 changed files with 397 additions and 0 deletions

3
upcasetl Executable file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/awk -f
/^\.(TL|SH)/ { print; getline; print toupper($0); next }
{ print }