mirror of
https://github.com/rwxrob/dot
synced 2024-11-18 15:25:52 +00:00
34 lines
1.3 KiB
Markdown
34 lines
1.3 KiB
Markdown
# Scripts
|
||
|
||
Pilfer at your own peril. You'll find a bit of everything, but mostly
|
||
just bash and perl. If that's not your thing, don’t waste your time —
|
||
especially if you use `zsh-it` for anything. If you have questions, come
|
||
ask me on <https://rwxrob.tv>.
|
||
|
||
More substantial commands have their own repos prefixed with [`cmd-`]
|
||
derived [`template-bash-command`]. Other commands (like the popular
|
||
[`pomo`] tool) are compiled go utilities with repos prefixed with
|
||
[`cmdbox-`].
|
||
|
||
[`template-bash-command`]: <https://github.com/rwxrob/template-bash-command>
|
||
[`cmdbox-`]: <https://github.com/search?q=user%3Arwxrob+cmdbox->
|
||
[`cmd-`]: <https://github.com/search?q=user%3Arwxrob+cmd->
|
||
[`pomo`]: <https://github.com/rwxrob/cmdbox-pomo>
|
||
|
||
## Installation
|
||
|
||
> ⚠️
|
||
> If you don't understand what any script is doing and how, then don't
|
||
> install it, period. You have been warned.
|
||
|
||
Best way to use these scripts is to *read them*, grab them and put them
|
||
into your own stuff. ***For personal scripts only***, I've given in and
|
||
started using the incredibly inefficient and insecure `/usr/bin/env`
|
||
she-bang line convention, which pretty much ensures they will work on most any OS and distro.
|
||
|
||
## Legal
|
||
|
||
Copyright 2021 Rob Muhlestein <rob@rwx.gg>
|
||
Released under Apache-1.0 License
|
||
Please mention <https://rwxrob.tv>
|