Clean old file

This commit is contained in:
John Mertz 2021-07-27 01:27:52 -04:00 committed by John Mertz
parent b754308a90
commit a4a6f9a6b8
Signed by: jpm
GPG Key ID: E9C5EA2D867501AB
1 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
#!/bin/bash
if [ "$(pgrep -c nmtui | cut -b 1)" -eq "0" ]; then
echo true
/usr/bin/xterm -e '/usr/bin/nmtui'
else
echo false
pkill nmtui 2&>1 /dev/null
fi