Clean old file

This commit is contained in:
John Mertz 2021-07-27 01:27:52 -04:00
parent 88ea557246
commit 070613790f
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