1
0
mirror of https://github.com/GeorgeMcMullen/rxIRC.git synced 2026-01-27 12:43:05 +00:00
Files
GeorgeMcMullen.rxIRC/setenv.exec
2013-06-08 16:29:23 -07:00

14 lines
319 B
Plaintext

/* SETENV EXEC
* Set an environment variable for C programs to access
* last change by Lynx_VM (244661 at DOLUNI1) on Sunday, 12 May 1991
*/
address 'COMMAND'
parse arg n c; upper n
if n="" then
'GLOBALV SELECT CENV LIST'
else if c="" then
'GLOBALV SELECT CENV LIST' n
else
'GLOBALV SELECT CENV SETL' n c
exit rc