Skip to content

Instantly share code, notes, and snippets.

@Ast3risk-ops
Created June 5, 2023 00:28
Show Gist options
  • Select an option

  • Save Ast3risk-ops/c33f4616c1395a065717ee8428402a34 to your computer and use it in GitHub Desktop.

Select an option

Save Ast3risk-ops/c33f4616c1395a065717ee8428402a34 to your computer and use it in GitHub Desktop.
#!/bin/bash
echo "Disconnecting from WARP..."
warp-cli disconnect
echo "Deleting exisiting WARP registration..."
warp-cli delete
echo "Re-registering with WARP..."
warp-cli register
echo "Re-connecting to WARP..."
warp-cli connect
echo "Connected to WARP!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment