Add executables dir

This commit is contained in:
rbiv 2025-09-04 10:13:34 +00:00
parent d495d0a130
commit 4a4a5c3fc6
2 changed files with 12 additions and 0 deletions

9
executables/README.md Normal file
View File

@ -0,0 +1,9 @@
Executables than can be called with `exec()` live in here.
Symlinks work.
Unfortunately, only wizards can use `exec`, but it's possible to wrap exec in another verb.
```
> ;exec({"cat", "/etc/os-release"})
=> {0, "PRETTY_NAME=\"Debian GNU/Linux 13 (trixie)\"~0ANAME=\"Debian GNU/Linux\"~0AVERSION_ID=\"13\"~0AVERSION=\"13 (trixie)\"~0AVERSION_CODENAME=trixie~0ADEBIAN_VERSION_FULL=13.0~0AID=debian~0AHOME_URL=\"https://www.debian.org/\"~0ASUPPORT_URL=\"https://www.debian.org/support\"~0ABUG_REPORT_URL=\"https://bugs.debian.org/\"~0A", ""}
```

View File

@ -2,5 +2,8 @@
- Make an actual town :) Organized like geocities?
- Grassy plains is publicly linkable
- `;set_property_info(#136, "entrances", {#131, "rwc"})`
- `;set_property_info(#136, "exits", {#131, "rwc"})`
- Integration with IRC?
- Perhaps the #moo channel as a physical location that you can go to in the MOO?
- Integration with other town services? (Check `help curl` and `help exec`)