This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# MIT license (c) 2022-2024 https://github.com/slowpeek | |
# Homepage: https://gist.github.com/slowpeek/006680bb06e671bc489d4a3274ff3d19 | |
: <<'README' | |
--- THIS SCRIPT IS NO LONGER MAINTAINED --- | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# MIT license (c) 2021 https://github.com/slowpeek | |
# Homepage: https://gist.github.com/slowpeek/beedb0c9c79638d4a7ec0099d0875ecb | |
# Simple apt sources generator for ubuntu. | |
############################ DEPRECATION NOTICE ############################ | |
# | |
# This script has evolved into https://github.com/slowpeek/ubuntu-sources |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- mode: sh; sh-shell: bash; -*- | |
# shellcheck shell=bash | |
# MIT license (c) 2021 https://github.com/slowpeek | |
# Homepage: https://gist.github.com/slowpeek/7e2731b620d558f44841da6772743d38 | |
# This script can help you find out which line and why (end of code, | |
# literal exit, 'set -e' violation, bash error) your bash script | |
# finished execution. | |
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- mode: sh; sh-shell: bash; -*- | |
# shellcheck shell=bash | |
# MIT license (c) 2021 https://github.com/slowpeek | |
# Homepage: https://gist.github.com/slowpeek/f3e851f5c6fa6a7ba1f33d1e903bf4a9 | |
# Temporarily assign a new value to a var and restore it | |
# later. Strings only. The code is simple on intention, use it | |
# correctly. | |
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- mode: sh; sh-shell: bash; -*- | |
# shellcheck shell=bash | |
# MIT license (c) 2021 https://github.com/slowpeek | |
# Homepage: https://gist.github.com/slowpeek/3310c2f09b80d0b2e175122e8c8cae64 | |
# bye.sh https://gist.github.com/slowpeek/6127166369d8abd230c30c20cc6a9152 | |
# Simple stack for strings. It operates on var names: | |
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- mode: sh; sh-shell: bash; -*- | |
# shellcheck shell=bash | |
# MIT license (c) 2021 https://github.com/slowpeek | |
# Homepage: https://gist.github.com/slowpeek/6127166369d8abd230c30c20cc6a9152 | |
############################################################## | |
############################################################## | |
## THIS GIST IS OBSOLETE AND IS NO LONGER UPDATED. | |
## Use here-bye instead: https://github.com/slowpeek/here-bye |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- mode: sh; sh-shell: bash; -*- | |
# shellcheck shell=bash | |
# MIT license (c) 2021 https://github.com/slowpeek | |
# Homepage: https://gist.github.com/slowpeek/3e592af3395cfb0e2d20a57c50a87a4b | |
# bye.sh https://gist.github.com/slowpeek/6127166369d8abd230c30c20cc6a9152 | |
# stack.sh https://gist.github.com/slowpeek/3310c2f09b80d0b2e175122e8c8cae64 | |
# This is a wrapper around bash builtin shopt. It can be used to save |
NewerOlder