Starting Project

This is the first script and the start of this project
This commit is contained in:
2026-01-12 13:11:37 +02:00
parent 90f012b95c
commit 5645ccf412

5
dockcheckupdater.snippet Normal file
View File

@@ -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