darknet-lantern/updaterepo.sh
2025-02-15 21:50:47 +01:00

8 lines
156 B
Bash
Executable file

#!/bin/bash
#warning, you need to have the .gitignore intact to ignore www/participants/*/**
git rm -r --cached .
git add .
git commit
torsocks git push