introducing tempbox

This commit is contained in:
2025-09-26 19:20:30 +02:00
parent 81c6349335
commit 322d29d044
2 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
# Python
Collection of my python scripts.

8
tempbox/README.md Normal file
View File

@@ -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.