update readme, snippet

Signed-off-by: Ava Hahn <ava@aidanis.online>
This commit is contained in:
Ava Hahn 2023-03-06 11:04:58 -08:00
parent ca9f755d50
commit 8d79037d4d
Signed by untrusted user who does not match committer: affine
GPG key ID: 3A4645B8CF806069
2 changed files with 6 additions and 1 deletions

View file

@ -176,6 +176,7 @@ Will need a concatenate function for tables
**** TODO split (on delimiter) **** TODO split (on delimiter)
**** TODO strcons (sprintf but its all string tokens under the hood) **** TODO strcons (sprintf but its all string tokens under the hood)
*** TODO Shell module *** TODO Shell module
**** TODO Support for single quoting string literals
**** TODO Args parsing helper **** TODO Args parsing helper
**** TODO Process launching with environment variables **** TODO Process launching with environment variables
**** TODO Optional form of process which allows fd redirecting **** TODO Optional form of process which allows fd redirecting
@ -190,6 +191,7 @@ Will need a concatenate function for tables
**** TODO queue (append to front) **** TODO queue (append to front)
**** TODO snippet for dequeue **** TODO snippet for dequeue
**** TODO snippet for pop **** TODO snippet for pop
*** TODO lambda
*** TODO file operations *** TODO file operations
**** TODO read-to-string **** TODO read-to-string
**** TODO write-to-file **** TODO write-to-file

View file

@ -1,2 +1,5 @@
(def CFG_RELISH_POSIX "1") (def CFG_RELISH_POSIX
"my job control preference"
"1")
(echo "Welcome back pupper") (echo "Welcome back pupper")