add Final Infrastructure Setup
This commit is contained in:
commit
7733dde658
174 changed files with 204949 additions and 0 deletions
|
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
TARGET="/local_testdata/test-destination"
|
||||
|
||||
echo "Starte Blackhole auf $TARGET"
|
||||
|
||||
while true; do
|
||||
find "$TARGET" -type f -mmin +0.5 -delete
|
||||
sleep 10
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue