Switch to Xterm for htop window

This commit is contained in:
John Mertz 2021-08-11 18:41:22 -04:00
父節點 e474d0b057
當前提交 baba42bff9
共有 1 個檔案被更改,包括 1 行新增1 行删除

查看文件

@ -3,5 +3,5 @@
if [ "$(pgrep -c htop)" -gt 0 ]; then
pkill htop
else
/usr/bin/uxterm -e htop
/usr/bin/xterm -e htop
fi