dotfiles/zsh/functions/qr.sh

4 lines
65 B
Bash
Raw Normal View History

qrnet () {
echo "WIFI:S:$1;T:WPA;$2;;"|curl -F-=\<- qrenco.de
}