-
-
Notifications
You must be signed in to change notification settings - Fork 164
Shell Programs That Run Under OSH
andychu edited this page Mar 19, 2019
·
23 revisions
- Success with Aboriginal, Alpine, and Debian Linux
-
Success With the Interactive Shell
- my fork of bash-completion (see How To Test OSH)
- git-prompt.sh, virtualenv
- The whole OSH release process
Help fill out this page! See Issue #161: Test OSH on Real Shell Scripts
- Shell scripts from any distro
- Arch Linux and Gentoo use bash a lot, I believe
- Some interesting shell programs I found on lobste.rs / Reddit
- https://github.com/trimstray/htrace.sh -- for HTTP/HTTPS troubleshooting
- https://github.com/cfenollosa/bashblog -- static site generator
- https://lobste.rs/s/v8kiyh/pranking_bash_binary -- these will probably test many corners of the hsell
- https://news.ycombinator.com/item?id=19237527 -- Enquire: Everything you wanted to know about your C compiler and machine
- https://warwick.ac.uk/fac/sci/statistics/staff/academic-research/firth/software/pdfjam/ - PDFjam is a small collection of shell scripts which provide a simple interface to much of the functionality of the excellent pdfpages PDF file package
- https://news.ycombinator.com/item?id=18290344 -- A terminal file manager written in bash
- nix-profile ? You're supposed to
source
it, like you do withbin/activate
in virtualenv.