automated terminal push

This commit is contained in:
Your Name
2025-02-07 14:40:21 -05:00
parent 7bec6a448c
commit a8c03cdfb3
21 changed files with 515 additions and 0 deletions

34
dev.bash Executable file
View File

@@ -0,0 +1,34 @@
#!/bin/bash
##
set -e
set -x
##
reset
clear
##
## docker compose pull
docker compose down --remove-orphans
echo "pruning..."
docker container prune -f
rm -f *.devvv
touch touch $(cat /proc/sys/kernel/random/uuid)".devvv"
ls -lha
sleep 5
docker compose up --build