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