diff options
author | Zhu Qun-Ying <zhu.qunying@gmail.com> | 2020-01-18 08:02:47 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-18 08:02:47 +0700 |
commit | 6c70c361de5a335ffc96063e244e2f70bf66cd12 (patch) | |
tree | b32e1ce9ad2bdb0230e3e42e938e51dc05703f35 /development/setedit/setedit.csh | |
parent | 38dd9999700b5cec46a1a1e9ead5432e3b72e962 (diff) |
development/setedit: Added (a friendly text editor).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/setedit/setedit.csh')
-rw-r--r-- | development/setedit/setedit.csh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/development/setedit/setedit.csh b/development/setedit/setedit.csh new file mode 100644 index 0000000000000..738adf06d2274 --- /dev/null +++ b/development/setedit/setedit.csh @@ -0,0 +1,3 @@ +#!/bin/csh +# setup setedit lib path +setenv SET_LIBS /usr/lib/setedit |