Skip to content

Instantly share code, notes, and snippets.

@Zenger
Created May 23, 2015 09:59
Show Gist options
  • Save Zenger/d9a528b90e79371d456b to your computer and use it in GitHub Desktop.
Save Zenger/d9a528b90e79371d456b to your computer and use it in GitHub Desktop.
Peerflix Magnet Link Elementary OS Fix
#!/bin/bash
pantheon-terminal -e "peerflix \"$1\" -v --clean"
sleep 1
rm -rvf /tmp/torrent-stream/*
#Assuming that you're using panthon-terminal and you have installed nodejs and peerflix
#Save this file as a script, paste it anywhere, chmod u+x on it.
#In your browser click on a magnet link, point it to your new script and voila
#NOTE: !!! You can use xterm instead of pantheon-terminal if you like.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment