mirror of
https://github.com/yogeshojha/rengine.git
synced 2026-09-17 23:37:47 +02:00
It's much faster if you're not used to the commands, and especially if you need to do this regularly. It can save you time.
4 lines
60 B
Bash
4 lines
60 B
Bash
#!/bin/bash
|
|
|
|
make down && git pull && make build && make up
|