From 62142a4946e4621626a0cdb37496f1bc965fc926 Mon Sep 17 00:00:00 2001 From: retoor Date: Sun, 30 Mar 2025 00:48:51 +0000 Subject: [PATCH] chore: delete unused script.sh shell file from repository root --- script.sh | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 script.sh diff --git a/script.sh b/script.sh deleted file mode 100644 index c839978..0000000 --- a/script.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash - -echo "This is a sample shell script." -echo "Running some commands..." - -# Add your commands below - -# Example command -ls -la