stew

a monorepo of some sort
git clone git://git.nsmpr.xyz/stew.git
Log | Files | Refs

ui (225B)


      1 #!/bin/rc
      2 
      3 rfork e
      4 
      5 guids=()
      6 
      7 cat <<EOF
      8 +----------------------------------------------+
      9 | Welcome to the Weeb Data Base User Interface |
     10 +----------------------------------------------+
     11 EOF
     12 
     13 while () {
     14 	. wdb/ui.inc
     15 	main
     16 }