commit 3a9d71952a74228af19786663a0948bbf61d3eec Author: Christopher Seidlitz Date: Sun Feb 26 12:12:53 2023 +0100 Update diff --git a/benchmark.sh b/benchmark.sh new file mode 100644 index 0000000..d19954c --- /dev/null +++ b/benchmark.sh @@ -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 \ No newline at end of file diff --git a/free-folder.sh b/free-folder.sh new file mode 100644 index 0000000..78440d7 --- /dev/null +++ b/free-folder.sh @@ -0,0 +1,2 @@ +find docker-compose/ -type d -empty -not -path "./.git/*" -exec touch +{}/.gitkeep \;