mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-07 16:59:18 +00:00
11 lines
159 B
Bash
Executable File
11 lines
159 B
Bash
Executable File
#!/bin/sh
|
|
|
|
SVN=/usr/bin/svn
|
|
REPO=https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem
|
|
REV=2400 # since start of 2013
|
|
|
|
$SVN log -v -r HEAD:$REV $REPO
|
|
|
|
|
|
|