1
0
mirror of https://github.com/GeorgeMcMullen/rxIRC.git synced 2026-01-27 04:33:01 +00:00
Files
GeorgeMcMullen.rxIRC/setenv.exec
George McMullen 2a52bead01 v1.3 of rxIRC
2013-06-08 14:10:07 -07:00

14 lines
318 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 SET' n c
exit rc