mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-10-10 06:38:25 +00:00
This lets our system() and popen() commands function sort of like BusyBox and ToyBox. By default the Cosmopolitan Shell is lightweight. But if you use STATIC_YOINK then you can pull the individual commands you want into the linkage, and they'll be included in a single binary. For example the demo binary embeds `tr` and `sed` and ends up ~140kb. |
||
---|---|---|
.. | ||
prog | ||
arena_test.c | ||
arraylist_test.c | ||
bisectcarleft_test.c | ||
critbit0_test.c | ||
djbsort_test.c | ||
malloc_test.c | ||
putenv_test.c | ||
qsort_test.c | ||
realloc_in_place_test.c | ||
replacestr_test.c | ||
reverse_test.c | ||
strdup_test.c | ||
tarjan_test.c | ||
test.mk |