Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Marslino
/
temp
like
0
Sleeping
App
Files
Files
Community
main
temp
/
g
3v324v23
Commit : 125
7fd7b70
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
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