mirror of
https://github.com/rwxrob/dot
synced 2024-11-14 18:12:56 +00:00
9 lines
182 B
Bash
Executable File
9 lines
182 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
trap "setterm --cursor on; clear; exit; trap -- - SIGINT SIGTERM" SIGTERM SIGINT
|
|
clear
|
|
zet view disclaimer
|
|
now
|
|
setterm --cursor off
|
|
while true; do sleep 2; done
|