3 lines
94 B
Bash
Executable File
3 lines
94 B
Bash
Executable File
#!/bin/bash
|
|
git pull https://github.com/n0rdye/puzzle.git --autostash;
|
|
docker-compose restart; |