Yohann D'ANELLO e3e32d4046 First version
2020-11-22 22:57:24 +01:00

7 lines
69 B
Bash
Executable File

#!/bin/sh
old_pwd=$PWD
cd /var/www/html
git pull
export PWD=old_pwd