source: scripts/svn-scripts/identica.sh@ 2770

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
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"
8curl -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.