Skip to content

Instantly share code, notes, and snippets.

@anshultiwari1
Last active August 29, 2015 14:27
Show Gist options
  • Save anshultiwari1/799f1ce9ec62980269dc to your computer and use it in GitHub Desktop.
Save anshultiwari1/799f1ce9ec62980269dc to your computer and use it in GitHub Desktop.
tool to transfer jobs from one (away) tractor farm to other (local) tractor farm
## tool to transfer jobs from one (away) tractor farm to other (local) tractor farm
## either directly using .alf file or by user and .alf file
#!/usr/bin/env sh
export TRACTOR_ENGINE=lic:1503;
#/opt/pixar/Tractor-2.1/bin/tractor-spool "$@"
/opt/pixar/Tractor-2.1/bin/tractor-spool --user="$1" "$2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment