rwxrob-dot/scripts/hidecursor

6 lines
80 B
Plaintext
Raw Normal View History

2022-02-09 07:29:05 +00:00
#!/bin/sh
if type setterm >/dev/null 2>&1; then
exec setterm --cursor off
fi