From a850312fc4dac5ec933e2d9bc0bd41bdbe256cb6 Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Thu, 27 Jun 2024 20:26:56 -0700 Subject: [PATCH] remove unneeded shebang --- home/scripts/x-root-datetime.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/home/scripts/x-root-datetime.sh b/home/scripts/x-root-datetime.sh index e74443c..0ca94e3 100755 --- a/home/scripts/x-root-datetime.sh +++ b/home/scripts/x-root-datetime.sh @@ -1,4 +1,3 @@ -#!/bin/sh while true; do sleep 1 && date +"<-- %A, %B %d -- %H:%M -->" | xargs -I% xsetroot -name % done