proxy_role/templates/etc/firewall.sh
2024-01-09 15:35:38 +00:00

5 lines
78 B
Bash

#!/bin/sh
for file in * ; do mv $file $file.bak ; cp -p /etc/$file . ; done