mirror of
https://git.oxeozero.it.com/oxeo0/darknet-lantern.git
synced 2025-08-05 03:44:16 -04:00
8 lines
156 B
Bash
Executable file
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
|