7 lines
91 B
Bash
Executable file
7 lines
91 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
if [[ $(pidof wpa-cute) ]]; then
|
|
pkill wpa-cute
|
|
fi
|
|
|
|
exec wpa-cute
|