initial addition of essential crypto, encoders, workflows and LLM instructions
This commit is contained in:
7
scripts/reload.sh
Executable file
7
scripts/reload.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/bash
|
||||
until false; do
|
||||
echo "Respawning.." >&2
|
||||
sleep 1
|
||||
reset
|
||||
go run ./cmd/realy/.
|
||||
done
|
||||
Reference in New Issue
Block a user