Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.
/ bashes Public archive

Collection of bash scripts and includable functions for every-day use

License

Notifications You must be signed in to change notification settings

Jayfrown/bashes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bashes

bash includables for every-day use.

You can include func/_main to use in your scripts or use the wrapper I wrote (s)

wrapper (s)

s functions as a sudo wrapper. Will either sudo args or spawn a root shell.

Got fairly sick of mistyping sudo [su -]

sudo is called as

/usr/bin/sudo "${@}"

usage: s [cmd [arg1 [arg2 [..]]]]

About

Collection of bash scripts and includable functions for every-day use

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages