Initial commit, see README.md for details
This commit is contained in:
commit
aeb96a02a7
10 changed files with 184 additions and 0 deletions
8
cleanup-dnslab.sh
Executable file
8
cleanup-dnslab.sh
Executable 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}"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue