bash
This commit is contained in:
parent
d29b1e4542
commit
a354df3d40
63 changed files with 26542 additions and 453 deletions
4
templates/etc/firewall.sh
Normal file
4
templates/etc/firewall.sh
Normal file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
for file in * ; do mv $file $file.bak ; cp -p /etc/$file . ; done
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue