control: tags -1 + unreproducible moreinfo
Hi Adam,
On Mon, May 20, 2013 at 06:40:53PM -0400, Adam C. Emerson wrote:
> I have a shell script called 'share'
> And when I highlight a track and hit 'w' cmus crashes instantly.
I am unable to reproduce this. Is it still an issue with the version of
c
Package: cmus
Version: 2.5.0-2
Severity: normal
I have a shell script called 'share'
#!/bin/sh
base=`basename "$1"`
cp "$1" /var/ftp/pub
chmod 644 /var/ftp/pub/"$base"
escaped="$(perl -MURI::Escape -e 'print uri_escape($ARGV[0]);' "$base")"
echo -n "ftp://example.com/pub/$escaped"; | xsel -i
2 matches
Mail list logo