13 lines
88 B
Bash
13 lines
88 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
cd ~/prog/mege
|
||
|
|
||
|
git pull
|
||
|
|
||
|
|
||
|
cd ~/www/meta/nohi
|
||
|
|
||
|
git pull
|
||
|
git feed
|
||
|
git restart
|