#!/bin/bash if [ -f /etc/sysctl.conf.local ]; then echo "group:sysctl.local" exec cat /etc/sysctl.conf.local fi