puzzle/update.sh
n0rdye fdff3ff2f8 new file: update.sh
easy one command update function
2023-11-17 13:32:00 +00:00

3 lines
94 B
Bash

#!/bin/bash
git pull https://github.com/n0rdye/puzzle.git --autostash;
docker-compose restart;