Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inbravo/shell-feature-set
-:- My random experiements with Shell -:-
https://github.com/inbravo/shell-feature-set
Last synced: 1 day ago
JSON representation
-:- My random experiements with Shell -:-
- Host: GitHub
- URL: https://github.com/inbravo/shell-feature-set
- Owner: inbravo
- License: mit
- Created: 2018-01-03T14:04:25.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-22T08:49:43.000Z (over 6 years ago)
- Last Synced: 2024-11-24T00:26:25.473Z (2 months ago)
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# shell-feature-set
- [Execute more than one command](/scripts/process.sh)
- [Interactive name enquiring script](/scripts/interactive.sh)
- [Print character pattern in loop](/scripts/pattern-in-loop.sh)
- [Simple whole do loop to print 0 -> 9](/scripts/simple-while-do.sh)
- [Print contents of file in a while do loop](/scripts/while-read.sh)