From a0b61ce574ffb97f89f211e78643ebd5ce712b36 Mon Sep 17 00:00:00 2001 From: retoor Date: Sun, 30 Mar 2025 00:48:51 +0000 Subject: [PATCH] chore: remove unused import statements and trailing whitespace across multiple files --- 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