Search
1 results for “riggedtoexplode”
-
In the quest toward setting up my own #gemini capsule, I come up against the need for a preprocessor.
Do I use something sensible that already exists? Of course not! I’m writing a script that will run any lines starting with ‘!’ directly in the shell, verbatim. Whatever is in the $OUT variable after said command is run is fed into the output file at that line.
It’s called the SOC (Stupidly Over Capable) preprocessor, and it is going to be a disaster.
#ShellProgramming