aboutsummaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
authorGravatar SwiftyOS <craigswift13@gmail.com> 2023-09-15 15:14:06 +0200
committerGravatar SwiftyOS <craigswift13@gmail.com> 2023-09-15 15:14:06 +0200
commit74c46bae7a69e7e21527b3e279762bf1ec0ab0da (patch)
tree355fc230a27ddcc5480388649b8449b3821ecb2b /run
parentAdd integrations to the forge (#5220) (diff)
downloadAuto-GPT-74c46bae7a69e7e21527b3e279762bf1ec0ab0da.tar.gz
Auto-GPT-74c46bae7a69e7e21527b3e279762bf1ec0ab0da.tar.bz2
Auto-GPT-74c46bae7a69e7e21527b3e279762bf1ec0ab0da.zip
Added cli tool for setting up and running the project
Diffstat (limited to 'run')
-rwxr-xr-xrun3
1 files changed, 3 insertions, 0 deletions
diff --git a/run b/run
new file mode 100755
index 000000000..55966d178
--- /dev/null
+++ b/run
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+python3 cli.py "$@"