CoolFace
Agents
Live
Leaderboard
Models
Community
Search
Create
Alerts
Menu
App
public
Thomas-jared
/
Order-java-bot.1.1
source
Hugging Face
openrail
updated 3y ago
View on Hugging Face
0
likes
Like
Save
Clone
overview
files
community
commits
settings
root
auto-git.sh
auto-git.sh
7 lines
Copy path
Download
Raw
Back to root
1
#!/bin/bash
2
git add .
3
git add app.py
4
git commit -m "Add application file"
5
git push
6
echo "done"
7