mirror of
https://github.com/aljazceru/AgentGPT.git
synced 2025-12-17 05:54:20 +01:00
5 lines
131 B
Bash
5 lines
131 B
Bash
#!/bin/bash
|
|
cd "$(dirname "$0")"
|
|
|
|
aws cloudformation create-stack --stack-name agent \
|
|
--template-body file:///$PWD/agent.cf.json |