aboutsummaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rwxr-xr-xhosts6
1 files changed, 6 insertions, 0 deletions
diff --git a/hosts b/hosts
new file mode 100755
index 0000000..1afa5e4
--- /dev/null
+++ b/hosts
@@ -0,0 +1,6 @@
+#!/bin/sh
+MC_DESCRIPTION="/etc/hosts file"
+. "$(dirname "$(readlink -f "$0")")/common" || exit
+
+inst hosts /etc/hosts
+apply