This commit is contained in:
nihilist 2024-05-02 09:54:49 +02:00
parent 90addb27b7
commit 86565ba3a2
209 changed files with 40310 additions and 0 deletions

12
push.sh Executable file
View file

@ -0,0 +1,12 @@
#!/bin/bash
sudo chown -R nihilist: .
git config --global user.email "nihilist@nihilism.network"
git config --global user.name "nihilist"
while :
do
git add -A
git commit
git push
done