sshcherbakov - Overview
Skip to content
Sign in
AI CODE CREATION
GitHub CopilotWrite better code with AI
GitHub SparkBuild and deploy intelligent apps
GitHub ModelsManage and compare prompts
MCP RegistryNewIntegrate external tools
View all features
Sign up
A set of bash scripts to simplify control of a Apache Geode cluster
Shell 1 2
1
nohup $(while true; do $(curl "http://api.icndb.com/jokes/random?firstName=Chuck&lastName=Norris" 2>/dev/null | cut -d"\"" -f12 | say); sleep 5; done) &