Skip to content

utility-libraries/utilities-sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

utilities-sh

shell utility scripts

This project is meant as a container for utility-scripts that should work on any linux system out of the box.

Just select a script you want and copy it into your project.

For further information go into the scripts directory and read the README

Templates

command-line-interface shell-script template

Ready to go Scripts

Serve a folder in http-mode

shell-utilities

cat {input-file} | ./template-replace --key val --key2 val2 ... > {output-file}
cat {input-file} | ./textwrap {fill,dedent,indent,shorten} ... > {output-file}