mirror of
https://github.com/XTLS/Xray-examples.git
synced 2024-11-08 18:13:13 +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'
|
||||
curl qrcode.show -d $line
|
||||
fi
|
||||
done < result
|
||||
done < result.txt
|
||||
}
|
||||
|
||||
while getopts "mrqb" option; do
|
||||
|
|
Loading…
Reference in a new issue