From 5645ccf412c9e0d75b65ea7366f5bced9e33a2b9 Mon Sep 17 00:00:00 2001 From: MohandL3G Date: Mon, 12 Jan 2026 13:11:37 +0200 Subject: [PATCH] Starting Project This is the first script and the start of this project --- dockcheckupdater.snippet | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 dockcheckupdater.snippet diff --git a/dockcheckupdater.snippet b/dockcheckupdater.snippet new file mode 100644 index 0000000..7cc5fb6 --- /dev/null +++ b/dockcheckupdater.snippet @@ -0,0 +1,5 @@ +# @name: DockCheck Updater +# @description: This will update all the Docker images and containers to the latest updates +# @os: Ubuntu + +sudo find /home/mohandl3g/dockcheck /root/dockcheck -name "dockcheck.sh" -type f -exec {} -a -p \; -quit 2>/dev/null \ No newline at end of file