add initial inits and journaling script

This commit is contained in:
sigil-03 2025-05-14 22:04:40 -06:00
commit 5637f587c1
5 changed files with 17 additions and 0 deletions

3
init.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/bash
DOTSDIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
. ${DOTSDIR}/scripts/init.sh