6 lines
36 B
Bash
Executable File
6 lines
36 B
Bash
Executable File
#!/bin/bash
|
|
|
|
wofi || exit 0
|
|
|
|
exit 0
|