12 lines
158 B
Bash
12 lines
158 B
Bash
#!/bin/bash
|
|
|
|
fhemdir=/dat/src/haus
|
|
#fhem_mirror=$fhemdir/fhem-sf/code
|
|
fhem_mirror=$fhemdir//fhem-svn
|
|
|
|
cd $fhem_mirror
|
|
git svn rebase
|
|
git push github master
|
|
|
|
|