#!/bin/bash
clear
echo
cd "$(dirname "$0")"
sudo mv -f /System/Library/StartupItems/NFSoff /System/Library/StartupItems/NFS
mv -f 'Disable NFS Interfacing (Active).command' 'Disable NFS Interfacing.command'
mv -f 'Enable NFS Interfacing.command' 'Enable NFS Interfacing (Active).command'
clear
echo
echo 'NFS interfacing enabled! Please reboot now!'
sleep 3
killall Terminal