Last active
December 6, 2019 17:20
-
-
Save tylerforesthauser/0d9d2417250baf8fc30a64385db2d3f6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
export PYTHONPATH=$HOME/.local/lib/python2.7/site-packages:$PYTHONPATH | |
export PERL5LIB=$HOME/perl5/lib/perl5:$PERL5LIB | |
/opt/deluge-1.3.15/bin/python2.7 $HOME/scripts/autoExport.py |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment