source: scripts/svn-scripts/twidge.sh@ 3116

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

twidge.sh: корекция за работа с twitter

  • Property svn:executable set to *
File size: 203 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"
8echo "$POST" | ~/bin/twidge update
9
Note: See TracBrowser for help on using the repository browser.