I hereby claim:
- I am amussey on github.
- I am amussey (https://keybase.io/amussey) on keybase.
- I have a public key ASDHYQmEsMS9nkqA8b-hUx0pbYy-BIuaNkWrPtFL2jfibgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| Title | Description
This list is meant to be a both a quick guide and reference for further research into these topics. It's basically a summary of that comp sci course you never took or forgot about, so there's no way it can cover everything in depth. It also will be available as a gist on Github for everyone to edit and add to.
###Array ####Definition:
I hereby claim:
To claim this, I am signing this object:
| #!/bin/sh | |
| # script to check for complete torrents in transmission folder, then stop and move them | |
| # either hard-code the MOVEDIR variable here? | |
| # ?or set MOVEDIR using the first command-line argument | |
| # MOVEDIR=%1 | |
| # use transmission-remote to get torrent list from transmission-remote list | |
| # use sed to delete first / last line of output, and remove leading spaces | |
| # use cut to get first field from each line |
| #!/bin/bash | |
| # command -v lsb_release >/dev/null 2>&1 || { echo "This script requires lsb_release, but the command is not available." >&2; exit 1; } | |
| # echo -e "This script will need to be run as root. To view the source of this script, visit:\n" | |
| YOUR_INSTALL=$(head -1 /etc/issue | sed 's/ \\n \\l//') |
| { | |
| "1" : { | |
| "date" : "2014-08-13", | |
| "count" : 5 | |
| }, | |
| "2" : { | |
| "date" : "2014-08-14", | |
| "count" : 3 | |
| } | |
| } |