#!/bin/bash # Setup script for HamyVPNClient on Linux # Create necessary directories mkdir -p bin mkdir -p ~/.hamy-vpn # The application will automatically download sing-box if not present echo "Directories created. Run 'go run main.go' to start the application."