dev: automated commit - 2025-06-02 11:07:54
This commit is contained in:
parent
2b3ed09aa2
commit
55d87a46c1
3 changed files with 24 additions and 30 deletions
|
@ -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
|
|
@ -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"
|
Loading…
Add table
Add a link
Reference in a new issue