From 8d79037d4de27d28e8a23aefc019038c4b01b9a7 Mon Sep 17 00:00:00 2001 From: Ava Hahn Date: Mon, 6 Mar 2023 11:04:58 -0800 Subject: [PATCH] update readme, snippet Signed-off-by: Ava Hahn --- Readme.org | 2 ++ snippets/basic_minimal_configuration.rls | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Readme.org b/Readme.org index d3ea378..00107d8 100644 --- a/Readme.org +++ b/Readme.org @@ -176,6 +176,7 @@ Will need a concatenate function for tables **** TODO split (on delimiter) **** TODO strcons (sprintf but its all string tokens under the hood) *** TODO Shell module +**** TODO Support for single quoting string literals **** TODO Args parsing helper **** TODO Process launching with environment variables **** 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 snippet for dequeue **** TODO snippet for pop +*** TODO lambda *** TODO file operations **** TODO read-to-string **** TODO write-to-file diff --git a/snippets/basic_minimal_configuration.rls b/snippets/basic_minimal_configuration.rls index c83be79..b85ea54 100644 --- a/snippets/basic_minimal_configuration.rls +++ b/snippets/basic_minimal_configuration.rls @@ -1,2 +1,5 @@ -(def CFG_RELISH_POSIX "1") +(def CFG_RELISH_POSIX + "my job control preference" + "1") + (echo "Welcome back pupper")