Switch to Xterm for htop window

Bu işleme şunda yer alıyor:
John Mertz 2021-08-11 18:41:22 -04:00
ebeveyn e474d0b057
işleme baba42bff9
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme

Dosyayı Görüntüle

@ -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