commit 22b3ae40de2bb066a5f2b8b3aa6f709fd7e99e8f parent 3d6ee30d58ce27f772d3c50c21c1c1c5cc8c4768 Author: Bakar Chargeishvili <bakar@bcharge.de> Date: Wed, 4 Dec 2024 12:19:48 +0100 Fix the shebang in bottomleft Diffstat:
M | bottomleft | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bottomleft b/bottomleft @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # This script move the selected window to the bottom left of the screen.