create server

This commit is contained in:
2024-01-02 08:22:17 +01:00
parent f48d5b7a25
commit a84af46ede
4 changed files with 382 additions and 11 deletions

View File

@ -0,0 +1,8 @@
#!/bin/bash
TMP_LOG="$(mktemp)"
#trap "rm -rf ${TMP_LOG}" 0 1 2 3 15
cat > ${TMP_LOG}
cat ${TMP_LOG}