🔧 chore(remove): clean code

Signed-off-by: Abhiraj Roy <157954129+iconized@users.noreply.github.com>
This commit is contained in:
Abhiraj Roy
2024-06-03 03:44:26 +05:30
parent f0809e8ff3
commit 46b81fae7e
19 changed files with 0 additions and 5540 deletions

21
push.sh
View File

@@ -1,21 +0,0 @@
#!/bin/bash
# Iconized
pull_from_github(){
git pull
}
push_to_github() {
# git pull
git add .
ezcommits
git push -u origin master
}
main(){
pull_from_github
push_to_github
}
main