-
-
Save DrekkSama/d0df47a84c94012d741f2c98f6c840b7 to your computer and use it in GitHub Desktop.
ralph loop command
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| while true; do | |
| result=$(cat Plan/PROMPT.md | opencode) | |
| if echo "$result" | grep -q "PROMISE COMPLETE"; then | |
| echo "All tasks done!" | |
| break | |
| fi | |
| done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment