rwxrob-dot/scripts/README.md
Rob Muhlestein 2ea0289e9f Rebase
2022-02-09 02:29:05 -05:00

34 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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, dont 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>