Skip to content

Instantly share code, notes, and snippets.

View mabebrahimi's full-sized avatar
🏠
Working from home

Ali Ebrahimi mabebrahimi

🏠
Working from home
View GitHub Profile
#!/bin/bash
if [ "$EUID" -ne 0 ]
then echo "Please run as root user or run with sudo"
exit
fi
cd /tmp/
rm -rf ./v2ray && mkdir ./v2ray