start new:
tmux
start new with session name:
tmux new -s myname
| function 4chan() { | |
| if [[ $# -ne 1 ]] | |
| then | |
| echo 'No URL specified! Give the URL to the thread as the ONLY argument' | |
| return 1 | |
| fi | |
| # This should look something like: g/thread/73097964 | |
| urlPrimative=$(grep -o '[0-9a-zA-Z]\{1,4\}/thread/[0-9]*' <<< $1) | |
| # This is an example resource file for rTorrent. Copy to | |
| # ~/.rtorrent.rc and enable/modify the options as needed. Remember to | |
| # uncomment the options you wish to enable. | |
| # Maximum and minimum number of peers to connect to per torrent. | |
| min_peers = 1 | |
| max_peers = 100 | |
| # Same as above but for seeding completed torrents (-1 = same as downloading) |