configuration/local/bin/connect

4 lines
104 B
Plaintext
Raw Normal View History

2016-02-03 08:50:07 +01:00
#!/bin/bash
profile="$(netctl list | dmenu | sed 's/.* //')"
urxvtc -e sudo netctl switch-to "$profile"