Add userlib tests
Document userlib in readme extend example configuration to include userlib
This commit is contained in:
parent
1ee9ba55fb
commit
34e77903a6
5 changed files with 64 additions and 11 deletions
|
|
@ -1,9 +1,12 @@
|
|||
;; comment out to load USERLIB
|
||||
;; (load (concat HOME "/.relish/userlib.rls"))
|
||||
|
||||
(def CFG_RELISH_POSIX
|
||||
"my job control preference"
|
||||
"1")
|
||||
;; if you have userlib
|
||||
;; (set CFG_RELISH_POSIX "1")
|
||||
;; else
|
||||
(def CFG_RELISH_POSIX
|
||||
(get-doc (q CFG_RELISH_POSIX))
|
||||
"1")
|
||||
|
||||
(echo "Welcome back to relish.")
|
||||
(echo "Enjoy your computing.")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue