update readme, snippet
Signed-off-by: Ava Hahn <ava@aidanis.online>
This commit is contained in:
parent
ca9f755d50
commit
8d79037d4d
2 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue