8 lines
59 B
Bash
Executable File
8 lines
59 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cd ~/www/meta/nohi
|
|
|
|
git pull
|
|
|
|
mege feed restart
|