
git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@62 3873ddee-7413-0410-b6c4-c2c57c1ab35a
16 lines
210 B
Bash
Executable file
16 lines
210 B
Bash
Executable file
#!/bin/bash
|
|
# whichlist
|
|
# * add getopt
|
|
# * automatic version
|
|
|
|
{
|
|
cat <<EOF
|
|
#
|
|
# patch created with \`svn diff -r$1 . > patches/$2\`
|
|
# on $(date)
|
|
# applied on r$1
|
|
#
|
|
EOF
|
|
svn diff -r$1 ddclient
|
|
} > patches/$2.new
|
|
|