Files
skel/bin/update_skel
David Tomaschik 20a5885031 Cleanup
2026-02-12 16:13:01 -08:00

8 lines
158 B
Bash
Executable File

#!/bin/sh
set -e
SKEL_DIR=$(dirname -- "$(readlink -f -- "$HOME/.profile")")
cd -- "$SKEL_DIR"
cd -- "$(git rev-parse --show-toplevel)"
git pull
./install.sh