packages feed

tweet-hs-0.4.0.7: bash/mkCompletions

#!/bin/bash
tweet --bash-completion-script `which tweet` > tmp
sudo cp tmp /etc/bash_completion.d/tweet
rm tmp