automated terminal push

This commit is contained in:
Your Name
2025-02-07 16:14:03 -05:00
parent 6fbb6c1549
commit c562d357b2
17 changed files with 651 additions and 0 deletions

19
tor-robot-remix/compose.bash Executable file
View File

@@ -0,0 +1,19 @@
#!/bin/bash
##
reset;
clear;
##
set -e;
set -x;
##
docker-compose pull
docker-compose up --build -d