From d5a765f8e6d2c8271c41573822baa1e572104175 Mon Sep 17 00:00:00 2001 From: Hazem El-Sayed <118324667+zomasec@users.noreply.github.com> Date: Sat, 21 Sep 2024 17:57:33 +0300 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 8aa4fcf..00b849d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ -### `cmdify` -```markdown # cmdify `cmdify` is a simple Golang package that allows you to run shell commands, detect available shells, and execute common Linux commands programmatically in your Go applications. It provides utility functions for commonly used commands such as `ls`, `pwd`, `host`, `mkdir`, `touch`, and more.