harkabeeparolus
Follow
I'm an IT systems developer, working at Chalmers University of Technology in Göteborg.
I like Python and Unix shell scripting, and I've mostly forgotten Perl.
- Sweden
-
08:52
(UTC +01:00) - https://wheretofind.me/@traal
- @traal@fosstodon.org
- https://about.me/traal
Pinned Loading
-
-
Standard bash script template with u...
Standard bash script template with unofficial strict mode 1#! /usr/bin/env bash
2set -o errexit -o nounset -o errtrace -o pipefail
3IFS=$'\n\t'
4shopt -s nullglob
5# shellcheck disable=SC2154
-
Typer — my attempt at reference docu...
Typer — my attempt at reference documentation 1# Typer Cheat Sheet
23You should read the [Typer Tutorial - User Guide][tutorial]
4before referring to this summary. Information icons [ℹ️][tutorial] link to the relevant sections of the Typer Tutorial.
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.