4 lines
45 B
Bash
4 lines
45 B
Bash
|
#!/usr/bin/env bash
|
||
|
cd `dirname $0`
|
||
|
git pull
|