From 322d29d044048fc667f114fd75ee00180becf2ec Mon Sep 17 00:00:00 2001 From: cerberus Date: Fri, 26 Sep 2025 19:20:30 +0200 Subject: [PATCH] introducing tempbox --- README.md | 3 +++ tempbox/README.md | 8 ++++++++ 2 files changed, 11 insertions(+) create mode 100644 tempbox/README.md diff --git a/README.md b/README.md index e69de29..4d0f2f4 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,3 @@ +# Python + +Collection of my python scripts. diff --git a/tempbox/README.md b/tempbox/README.md new file mode 100644 index 0000000..7cdeb55 --- /dev/null +++ b/tempbox/README.md @@ -0,0 +1,8 @@ +# Tempbox + +This script creates a temp file in /tmp. It is written to test +e.g. folder manipulation. + +The tempbox command followed by another command executes it in an +temporary folder in /tmp. Afterwards it removes the temporary folder +again.