Milind Patel

Results 13 comments of Milind Patel

This works... https://github.com/rany2/warp.sh super simple and no fiddling around in any android app data.

> @milindpatel63 Script is awesome, works perfectly to create a new profile. However not sure what to do with the wgcf-account.toml. What did you do to get it working? No...

I made this script to workaround this issue. ``` #!/bin/bash # Define the parent folder containing the backup folders parent_folder="/path/to/parent/folder" # Find the latest backup folder latest_folder=$(find "$parent_folder" -maxdepth 1...