CoolFace
Apppublic

Thomas-jared/Order-java-bot.1.1

sourceHugging Faceopenrailupdated 3y agoView on Hugging Face
0likes
auto-git.sh7 linesDownload Raw Back to root
1#!/bin/bash2git add .3git add app.py4git commit -m "Add application file"5git push6echo "done"7