teamlixo.proxy.addon/teamlixo.proxy.addon.sh
2023-04-24 16:12:19 -06:00

8 lines
274 B
Bash

#!/bin/ash
set +e
rm -v -rf $config_out/proxy-frontend/*
find proxy-frontend -type d | xargs -I '{}' mkdir --verbose -p $config_out/{}
find proxy-frontend -type f | sed -e "s@proxy-frontend/@@g" | xargs -I '{}' cp --verbose proxy-frontend/{} $config_out/proxy-frontend/{}