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

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

svn-scripts: Скриптове за публикуване на информация

  • Property svn:executable set to *
File size: 269 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="$MESSAGE" http://identi.ca/api/statuses/update.xml > /dev/null 2>&1
9
Note: See TracBrowser for help on using the repository browser.