Skip to content

Instantly share code, notes, and snippets.

@Osse
Created October 23, 2012 17:51
Show Gist options
  • Save Osse/3940326 to your computer and use it in GitHub Desktop.
Save Osse/3940326 to your computer and use it in GitHub Desktop.
Transmission variables
#!/bin/bash
echo '$TR_APP_VERSION:' "$TR_APP_VERSION" > ~/tr.log
echo '$TR_TIME_LOCALTIME:' "$TR_TIME_LOCALTIME" >> ~/tr.log
echo '$TR_TORRENT_DIR:' "$TR_TORRENT_DIR" >> ~/tr.log
echo '$TR_TORRENT_HASH:' "$TR_TORRENT_HASH" >> ~/tr.log
echo '$TR_TORRENT_ID:' "$TR_TORRENT_ID" >> ~/tr.log
echo '$TR_TORRENT_NAME:' "$TR_TORRENT_NAME" >> ~/tr.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment