3 строки
104 Б
Bash
Исполняемый файл
3 строки
104 Б
Bash
Исполняемый файл
#!/bin/bash
|
|
profile="$(netctl list | dmenu | sed 's/.* //')"
|
|
urxvtc -e sudo netctl switch-to "$profile"
|