This commit is contained in:
Christopher Seidlitz
2023-02-26 12:12:53 +01:00
commit 3a9d71952a
2 changed files with 5 additions and 0 deletions

3
benchmark.sh Normal file
View File

@@ -0,0 +1,3 @@
(curl -s wget.racing/nench.sh | bash; curl -s wget.racing/nench.sh | bash) 2>&1 | tee nench.log
curl -sL yabs.sh | bash

2
free-folder.sh Normal file
View File

@@ -0,0 +1,2 @@
find docker-compose/ -type d -empty -not -path "./.git/*" -exec touch
{}/.gitkeep \;