rwxrob-dot/scripts/showcursor

6 lines
79 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 on
fi