Initial commit: publish wacli skill

This commit is contained in:
2026-05-06 10:45:19 +02:00
commit a9fa44d39e
3 changed files with 134 additions and 0 deletions

3
scripts/wacli-local.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env bash
set -euo pipefail
exec /root/projects/wacli/dist/wacli "$@"