aboutsummaryrefslogtreecommitdiff
path: root/tools/Crupest.V2ray/tools/edit-proxy
blob: a492ea14565d228ecfe92c907d883b380325aea1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#! /usr/bin/env bash

set -e

p="$HOME/codes/crupest/tools/Crupest.V2ray/publish/proxy.txt"

if [[ ! -f "$p" ]]; then
    echo "File $p does not exist!"
    exit 1
fi

exec vim "$p"