7 lines
61 B
Bash
7 lines
61 B
Bash
#!/bin/sh
|
|
|
|
|
|
if [ "$1" = "wifi" ]; then
|
|
alacritty -e nmtui
|
|
fi
|