index.dbob - geomyidae - A small C-based gopherd. | |
git clone git://bitreich.org/geomyidae/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfri… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
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 ?> |