From d67fb6217b3f5c8476575da38714a1013eb1634b Mon Sep 17 00:00:00 2001 From: Michael <30936296+mtan93@users.noreply.github.com> Date: Tue, 2 Nov 2021 16:03:32 +0000 Subject: [PATCH] fix comments --- enable-darkmode.sh | 2 +- enable-lightmode.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/enable-darkmode.sh b/enable-darkmode.sh index d7c8e45..0a9562a 100644 --- a/enable-darkmode.sh +++ b/enable-darkmode.sh @@ -1,4 +1,4 @@ -!/bin/bash +#!/bin/bash sudo -u $(stat -f "%Su" /dev/console) /bin/sh <<'END' osascript <