1
0
Fork 0

Update 'date.sh'

This commit is contained in:
MGislv 2021-10-17 16:28:03 +00:00
parent 1abbbb82ad
commit d8384a5eee
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
#!/bin/sh
while :
while true
do
xsetroot -name "$(date +" %x %H:%M ")"
sleep 1
done
sleep 2
done