Skip to content

This repository contains commonly used shell utilities.

License

Notifications You must be signed in to change notification settings

system4-tech/utils-sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains shell utility programs.

Usage

Import

wget https://raw.githubusercontent.com/system4-tech/utils-sh/main/lib/utils.sh
. utils.sh

Logging

level=notice
command || level=error
log.$level message

HTTP

http.get "https://httpbin.org/get"
http.post "https://httpbin.org/post" "data=example"

Download

download "https://example.com/file[1-4].txt" "file#1.txt"
download "ftp://ftp.example.com/archive[2020-2024]/file[1-100].txt" "file#1_#2.txt"

See tests for more examples.

About

This repository contains commonly used shell utilities.

Resources

License

Stars

Watchers

Forks

Releases

No releases published