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

Latest commit

 

History

History
18 lines (12 loc) · 358 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 358 Bytes

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 [..]]]]