From 2478a7bb271f95fcc5a991c9e4dabe5c3eaa41d2 Mon Sep 17 00:00:00 2001 From: orion Date: Sat, 3 Feb 2024 14:08:13 +0100 Subject: [PATCH] add commit.sh --- commit.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 commit.sh diff --git a/commit.sh b/commit.sh new file mode 100755 index 0000000..4f79bda --- /dev/null +++ b/commit.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +echo "commit!"