diff options
Diffstat (limited to 'hosts')
-rwxr-xr-x | hosts | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +#!/bin/sh +MC_DESCRIPTION="/etc/hosts file" +. "$(dirname "$(readlink -f "$0")")/common" || exit + +inst hosts /etc/hosts +apply |