9 lines
107 B
Bash
9 lines
107 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
cd ~/www/meta/nohi
|
||
|
|
||
|
git commit -a
|
||
|
|
||
|
ssh webserverhost 'cd www/meta/nohi/scripts; ./hook_new.sh'
|
||
|
|