8000 GitHub - rdpate/red-sh
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

rdpate/red-sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Red Shell

Run task/select to select a shell. Selection criteria is from Redo. Executable red-sh runs that shell with:

  • -C: prevent existing file overwrite with '>' (use '>|' instead)
  • -u: error on unknown variables
  • -e: error on untested command failure

Install

Move or copy this entire directory to /opt/red-sh or another directory. Run task/finalize. Copy sh to /bin/red-sh. Use /bin/red-sh as an absolute path for "#!" lines.

cd /opt
git clone https://github.com/rdpate/red-sh.git
red-sh/task/select
red-sh/task/finalize
cp red-sh/red-sh /bin/red-sh

(If task/finalize is not used, symlinks to red-sh will work, but copies will not.)

License

Because this is derived from Redo, that copyright and license applies (see license.md). Any original contributions here are licensed under the same license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0