├── LICENSE ├── README.md ├── awk-IFS-expansion.sh ├── bash.conf.sh ├── bash.conf.test.sh ├── command-version-check.sh ├── discover-external-ip.sh ├── discover-internal-ip.sh ├── getopts.sh ├── heredoc-docker.sh ├── heredoc-tee.sh ├── launcher.sh ├── log-pipe.sh ├── root-check.sh ├── self-path.sh └── user-confirmation.sh /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/j1elo/shell-snippets/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/j1elo/shell-snippets/HEAD/README.md -------------------------------------------------------------------------------- /awk-IFS-expansion.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/j1elo/shell-snippets/HEAD/awk-IFS-expansion.sh -------------------------------------------------------------------------------- /bash.conf.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/j1elo/shell-snippets/HEAD/bash.conf.sh -------------------------------------------------------------------------------- /bash.conf.test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/j1elo/shell-snippets/HEAD/bash.conf.test.sh -------------------------------------------------------------------------------- /command-version-check.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/j1elo/shell-snippets/HEAD/command-version-check.sh -------------------------------------------------------------------------------- /discover-external-ip.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/j1elo/shell-snippets/HEAD/discover-external-ip.sh -------------------------------------------------------------------------------- /discover-internal-ip.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/j1elo/shell-snippets/HEAD/discover-internal-ip.sh -------------------------------------------------------------------------------- /getopts.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/j1elo/shell-snippets/HEAD/getopts.sh -------------------------------------------------------------------------------- /heredoc-docker.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/j1elo/shell-snippets/HEAD/heredoc-docker.sh -------------------------------------------------------------------------------- /heredoc-tee.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/j1elo/shell-snippets/HEAD/heredoc-tee.sh -------------------------------------------------------------------------------- /launcher.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/j1elo/shell-snippets/HEAD/launcher.sh -------------------------------------------------------------------------------- /log-pipe.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/j1elo/shell-snippets/HEAD/log-pipe.sh -------------------------------------------------------------------------------- /root-check.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/j1elo/shell-snippets/HEAD/root-check.sh -------------------------------------------------------------------------------- /self-path.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/j1elo/shell-snippets/HEAD/self-path.sh -------------------------------------------------------------------------------- /user-confirmation.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/j1elo/shell-snippets/HEAD/user-confirmation.sh --------------------------------------------------------------------------------