getviper
Purpose
Section titled “Purpose”Launches another instance of Viper, and transfers objects on exit.
getviper [PATH] (ARGS)Arguments
Section titled “Arguments”- PATH — specify the path to the new viper instance
- (ARGS) — specify any arguments you want to pass to the new viper isntance for example:
-afor anonymous mode
Examples
Section titled “Examples”getviper /home/guest/viperResult:
Launched a new viper isntance that will carry over objects like libraries and sessions on exit.
getviper /home/guest/viper -aResult:
Launched a new viper isntance in anonymous mode that will carry over objects like libraries and sessions on exit.