#!/bin/bash #============================================================================== # Copyright and license info is available in the LICENSE file included with # this package, and also available online: # https://swarm.workshop.perforce.com/view/guest/perforce_software/helix-installer/main/LICENSE #------------------------------------------------------------------------------ set -u declare Version=1.1.2 # Usage: # sudo bash # cd /where/this/script/is # # If you terminal session is reliably long-lived: # ./r # # Or, for optimum robustness (e.g. over a flakey VPN terminal session): # nohup ./r < /dev/null > /dev/null 2>&1 & # log=log.reset_sdp $PWD/reset_sdp.sh -fast -b dev 2>&1 | tee $log