You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The output of snap-strip can be piped to another shell to execute the destroy commands, but it'd be nicer if it just executed them on it's own. This is basically just a matter of copying the Popen calls that are already used and modifying them accordingly.