Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

configure.sh 238 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
  1. sed -i "s/AUTHOR_EMAIL/$(git config user.email)/" settings.ini
  2. sed -i "s/AUTHOR/$(git config user.name)/" settings.ini
  3. sed -i "s/USER/$(git config user.name)/" settings.ini
  4. sed -i "s/LIB_NAME/$(pwd | awk -F/ '{print $NF}')/" settings.ini
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...