|
Last change
on this file since 2770 was 2770, checked in by Александър Шопов, 13 years ago |
|
identica.sh: Добавям автора на промяната
|
-
Property svn:executable
set to
*
|
|
File size:
266 bytes
|
| Line | |
|---|
| 1 | #!/bin/bash
|
|---|
| 2 | export LANG=en_US.UTF-8
|
|---|
| 3 | REPO="$1"
|
|---|
| 4 | REV="$2"
|
|---|
| 5 | MESSAGE=$(svnlook log "$REPO" -r "$REV")
|
|---|
| 6 | AUTHOR=$(svnlook author "$REPO" -r "$REV")
|
|---|
| 7 | POST="$AUTHOR → $MESSAGE"
|
|---|
| 8 | curl -n --data-urlencode status="$POST" http://identi.ca/api/statuses/update.xml > /dev/null 2>&1
|
|---|
| 9 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.