🥅 add basic error handling

This commit is contained in:
DannyDannyDanny 2023-11-04 20:04:25 +01:00
parent 8531f059df
commit 7846566755
5 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,6 @@
#!/bin/sh
# setup script for codespaces inspired by dcreager/dotfiles
set -e
if [ -z "$USER" ]; then
USER=$(id -un)