From 57c6619ce90bb13a50b8f6ce0db729cce64c95b5 Mon Sep 17 00:00:00 2001 From: retoor <retoor@molodetz.nl> Date: Sun, 30 Mar 2025 01:48:51 +0100 Subject: [PATCH] Cleanup. --- 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