mirror of
https://github.com/hnhx/rice.git
synced 2025-02-02 14:17:04 -03:00
7 lines
82 B
Text
7 lines
82 B
Text
|
#!/bin/sh
|
||
|
|
||
|
while true; do
|
||
|
xsetroot -name "$(date "+%h %d %H:%M")"
|
||
|
sleep 10
|
||
|
done
|