aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/template-local.sh
blob: bc5b3272ff80a09204869669b228f902e19d37b4 (about) (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

sed \
	-e '/\/caps-man\//d' \
	-e '/\/interface\/wifi\//d' \
	-e 's|%TEMPL%|.local|' \
	-e '/^# NOT \/interface\/wireless\/ #$/,/^# NOT \/interface\/wireless\/ #$/d' \
	-e '/^# !!/,/^# !!/c # !! Do not edit this file, it is generated from template!' \
	< "${1}"