dev: automated commit - 2025-06-02 11:07:54

This commit is contained in:
Mariano Z. 2025-06-02 11:07:56 -03:00
parent 2b3ed09aa2
commit 55d87a46c1
Signed by: marianozunino
GPG key ID: 4C73BAD25156DACE
3 changed files with 24 additions and 30 deletions

View file

@ -1,8 +0,0 @@
#!/usr/bin/env bash
# NAME: Enable and configure system services
set -euo pipefail
echo "Enabling and configuring system services..."
exit 0

View file

@ -1,10 +0,0 @@
#!/usr/bin/env bash
# NAME: tools/dev script
echo "Running tools/dev.sh script..."
echo $1 $2 $3
# Add your commands here
echo "✅ tools/dev completed successfully"