5 lines
76 B
Bash
5 lines
76 B
Bash
#!/bin/bash
|
|
cd ap22-d
|
|
git pull
|
|
GIT_WORK_TREE=/var/www/html/ git checkout -f
|