Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Marslino
/
BirdOrForest
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
6cbcf26
BirdOrForest
/
g
3v324v23
Commit : 103
bf56825
4 months ago
raw
Copy download link
history
blame
Safe
219 Bytes
#!/bin/bash
#this is a shortcut for pushing project to github
loober=$(
cat
~/counter.txt)
commit_message=
"Commit :
$loober
"
git add .
git commit -m
"
$commit_message
"
git push
((loober++))
echo
"
$loober
"
> ~/counter.txt