Justin Hoppensteadt

  • Home
  • GitHub
  • DockerHub
  • LinkedIn
  • Resume
  • DeviantArt
  • Misc
    • Training Images
    • Solarized

Bash ‘Use Strict’ mode

Published by adminnn on November 25, 2020

#!/bin/bash
set -euo pipefail
IFS=$'\n\t'

http://redsymbol.net/articles/unofficial-bash-strict-mode/

I love this and use it all the time when writing anything over a few lines of code long.

Categories: Systems

Orange You Glad
  • Graphics
  • Raspberry Pi4
  • Systems

Related Posts

Raspberry Pi4

UPDATED: Fixed Screen Tearing in MPV on Raspberry Pi 4b using Docker

The version of mpv shipped with the current Raspbian release, was giving me a bunch of screen tearing. I wanted to just include the upstream Debian apt repos and use apt preferences to select what Read more…

Systems

Docker Commands

I’m going to put tiny Docker tips here. Here is the first one. Use docker images to get the information you actually want. Reverse sorted by size so you can clean it up. Here is Read more…

Graphics

Slightly Less Awkward Animation

  • Resume
Hestia | Developed by ThemeIsle