source: scripts/svn-scripts/identica.sh

Last change on this file was 2770, checked in by Александър Шопов, 13 years ago

identica.sh: Добавям автора на промяната

  • Property svn:executable set to *
File size: 266 bytes
RevLine 
[2769]1#!/bin/bash
2export LANG=en_US.UTF-8
3REPO="$1"
4REV="$2"
5MESSAGE=$(svnlook log "$REPO" -r "$REV")
6AUTHOR=$(svnlook author "$REPO" -r "$REV")
7POST="$AUTHOR$MESSAGE"
[2770]8curl -n --data-urlencode status="$POST" http://identi.ca/api/statuses/update.xml > /dev/null 2>&1
[2769]9
Note: See TracBrowser for help on using the repository browser.