remove unneeded shebang

main
Zynh Ludwig 2024-06-27 20:26:56 -07:00
parent 1652011473
commit a850312fc4
1 changed files with 0 additions and 1 deletions

View File

@ -1,4 +1,3 @@
#!/bin/sh
while true; do
sleep 1 && date +"<-- %A, %B %d -- %H:%M -->" | xargs -I% xsetroot -name %
done