updated some files and added dockerproxyscript

This commit is contained in:
Tobias Kessels
2018-11-19 13:48:17 +01:00
parent 4c4b17616c
commit 90729422a9
10 changed files with 76 additions and 6 deletions

6
depth
View File

@@ -1,8 +1,10 @@
#!/bin/bash
file="${1}"
stag="${2}"
max=0
open=0
grep -Po "</?div" OFFIZIELLE\ GEWINN...htigung\ und\ letzter\).eml | while read tag; do
if [[ "$tag" == "<div" ]] ; then
grep -Po "</?${stag}" "${file}" | while read tag; do
if [[ "$tag" == "<${stag}" ]] ; then
(( open++ ))
else
(( open--))