mirror of
https://github.com/XTLS/Xray-examples.git
synced 2024-11-24 01:21:29 +00:00
Update generate.sh
A little patch to generate qr code)
This commit is contained in:
parent
7486946d72
commit
7f4e176d9b
|
@ -132,7 +132,7 @@ Printqr()
|
||||||
echo $line | sed -n -e 's/^.*#//p'
|
echo $line | sed -n -e 's/^.*#//p'
|
||||||
curl qrcode.show -d $line
|
curl qrcode.show -d $line
|
||||||
fi
|
fi
|
||||||
done < result
|
done < result.txt
|
||||||
}
|
}
|
||||||
|
|
||||||
while getopts "mrqb" option; do
|
while getopts "mrqb" option; do
|
||||||
|
|
Loading…
Reference in a new issue