3 rindas
104 B
Bash
Izpildāma datne
3 rindas
104 B
Bash
Izpildāma datne
#!/bin/bash
|
|
profile="$(netctl list | dmenu | sed 's/.* //')"
|
|
urxvtc -e sudo netctl switch-to "$profile"
|