From b32b72b30d19b270548726e34b9048a54f8f5103 Mon Sep 17 00:00:00 2001 From: LoganDungeon Date: Thu, 21 Jun 2018 17:25:38 +0200 Subject: [PATCH] Removed unnecessary shebang. --- .config/i3/lock.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/.config/i3/lock.sh b/.config/i3/lock.sh index 20beaf4..47bf091 100755 --- a/.config/i3/lock.sh +++ b/.config/i3/lock.sh @@ -1,5 +1,4 @@ #!/bin/bash -#!/bin/bash # Approximate timeout rate in milliseconds (checked every 5 seconds). timeout="10000"