Add dotfiles and scripts

This commit is contained in:
Jonas Zeunert
2024-04-24 00:36:57 +02:00
parent 5cfc470f1e
commit 8e34bd5ac8
18 changed files with 1222 additions and 0 deletions

3
scripts/delete_index.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/sh
curl -XDELETE "http://127.0.0.1:9200/$1"