Initial commit, see README.md for details

This commit is contained in:
Lockszmith (cs-dbg@VAST) 2025-04-26 01:26:21 +03:00
commit aeb96a02a7
10 changed files with 184 additions and 0 deletions

8
cleanup-dnslab.sh Executable file
View file

@ -0,0 +1,8 @@
#! /usr/bin/env bash
set -e
docker compose down --remove-orphans
[[ $# -eq 0 ]] || docker run --rm -v .:/tmp/x bash -vc "cd /tmp/x; ${*:-ls -la --color}"