Initial commit

This commit is contained in:
daniel
2025-11-15 18:37:51 -05:00
commit bbcca15ba8
4 changed files with 199 additions and 0 deletions

10
scripts/initialize.sh Executable file
View File

@@ -0,0 +1,10 @@
#!/usr/bin/env bash
if [ ! -e "${HOME}/.m2" ]; then
echo "Linking m2 from ${HOME}/.m2 to $M2_PATH"
ln -s "$M2_PATH" ${HOME}/.m2
fi
cd /workspace
"$@"