diff options
Diffstat (limited to 'chapter8/iana-etc.sh')
-rw-r--r-- | chapter8/iana-etc.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter8/iana-etc.sh b/chapter8/iana-etc.sh index be58311..1286b14 100644 --- a/chapter8/iana-etc.sh +++ b/chapter8/iana-etc.sh @@ -1,4 +1,4 @@ -#!/bin/bash -set -e - -cp -v services protocols /etc +#!/bin/bash
+set -e
+
+cp -v services protocols /etc
|