Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
opendigital
/
agent-flow
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
d202ada
agent-flow
/
scripts
/
setup
/
setup_env.sh
Tai Truong
fix readme
d202ada
3 months ago
raw
Copy download link
history
blame
Safe
173 Bytes
#!/bin/bash
# Create a .env if it doesn't exist, log all cases
if
[ ! -f .
env
];
then
echo
"Creating .env file"
touch
.
env
else
# do nothing and do not log
true
fi