mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/blog-contributions.git
synced 2025-07-02 11:56:40 +00:00
updated
This commit is contained in:
parent
90addb27b7
commit
86565ba3a2
209 changed files with 40310 additions and 0 deletions
12
push.sh
Executable file
12
push.sh
Executable 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue