5 lines
78 B
Bash
5 lines
78 B
Bash
#!/usr/bin/env bash
|
|
cd /htdocs/control-freak
|
|
git reset --hard origin
|
|
git pull
|