sudo apt install zsh-autosuggestions zsh-syntax-highlighting zsh
#!/bin/bash | |
# deluge2rtorrent | |
# deluge handles downloading and initial sorting | |
# this script is to move everything to rtorrent | |
# torrents and torrent data only | |
# torrent info will not be preserved (seed time, etc) | |
# -P flag and echo because i dont run this unattended | |
# this is quick and dirty, i have no idea what im doing |
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |