blob: 5ea674e3dfafc896f9d3acde756c183c8459cf02 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# What
Misc useful command line utilities. All of them are covered by the BSD-3 license.
# How
I run them regularly on Gentoo, Alpine Linux and OpenBSD, so they should work on most UNIX-like
systems. In the case of shell scripts, try to be as POSIX compliant as possible (WIP).
To symlink all tools to ~/.local/bin:
$ ./install.sh
To shellcheck all tools:
$ ./shellcheck.sh
# Who
Guillermo Ramos
|