command line new circuit from tor code example
Example: tor new identity command line
# cat /usr/local/bin/nym
#!/bin/bash
pidof tor | xargs sudo kill -HUP
# cat /usr/local/bin/nym
#!/bin/bash
pidof tor | xargs sudo kill -HUP