5 lines
131 B
Bash
Executable File
5 lines
131 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
cd /home/openclaw/.openclaw/workspace
|
|
python3 skills/paradiz/scripts/manage_holds.py cleanup
|