Created
June 5, 2023 00:28
-
-
Save Ast3risk-ops/c33f4616c1395a065717ee8428402a34 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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