index.dbob - geomyidae - A small C-based gopherd. (gopher://bitreich.org/1/scm/geomyidae)
HTML git clone git://r-36.net/geomyidae
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
index.dbob (241B)
---
1 #!/usr/bin/env eval-bob
2 [h|BOB is great.|URL:https://www.bob.be|server|port]
3 <?geomyidae
4 echo aaaaahhhh
5 a="sober"
6 ?>
7 <?geomyidae printf "BOB is programming "; ?>
8 extra $a
9 <?geomyidae
10 for i in $(seq 10);
11 do
12 printf "%s\n" "$a";
13 done
14 ?>