aboutsummaryrefslogtreecommitdiff
path: root/projects/ich9gen/ich9gen-helper
diff options
context:
space:
mode:
authorKoDDoS Mirror <mirror@koddos.net>2018-07-27 19:16:01 +0700
committerKoDDoS Mirror <mirror@koddos.net>2018-07-27 19:16:01 +0700
commit4cf7c27e5dca04492495f1fc08256f57f86faf56 (patch)
tree8128850191e6ea0cc364f17ae73e9f705ad1ecdd /projects/ich9gen/ich9gen-helper
parent59d7df676b7222b532c2acf4309b16d255a0808b (diff)
parentfbe7031b606c5716b7bb87a069da05a0cf56fc12 (diff)
downloadlibrebootfr-4cf7c27e5dca04492495f1fc08256f57f86faf56.tar.gz
librebootfr-4cf7c27e5dca04492495f1fc08256f57f86faf56.zip
Merge with original repo
Diffstat (limited to 'projects/ich9gen/ich9gen-helper')
-rwxr-xr-xprojects/ich9gen/ich9gen-helper22
1 files changed, 22 insertions, 0 deletions
diff --git a/projects/ich9gen/ich9gen-helper b/projects/ich9gen/ich9gen-helper
new file mode 100755
index 00000000..d97af0af
--- /dev/null
+++ b/projects/ich9gen/ich9gen-helper
@@ -0,0 +1,22 @@
+#!/usr/bin/env bash
+
+# Copyright (C) 2018 Andrew Robbins <contact@andrewrobbins.info>
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+
+MACADDRESS='macaddress'
+
+ich9gen_macaddress() {
+ project_file_contents "$project" "$CONFIGS" "$MACADDRESS" "$@"
+}