repo.or.cz
/
blip.rb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Merge commit 'origin/master'
[blip.rb.git]
/
blipsend.rb
blob
9147addd26a4948dec40d8443f4a846006e5932a
1
#!/usr/bin/env ruby
2
3
require 'blip'
4
5
Blip.user, Blip.password = ARGV[0].split(':')
6
7
Blip::Update.create(:body => STDIN.read)