This website works better with JavaScript.
Home
Explore
Help
Sign In
mh
/
lc-coreboot
Watch
1
Star
0
Fork
0
Code
Releases
28
Wiki
Activity
Browse Source
prepare_internal_flashing: add license headers
pull/35/head
Martin Kepplinger
6 years ago
parent
31416dd4e6
commit
f125875177
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
prepare_internal_flashing.sh
+ 2
- 0
prepare_internal_flashing.sh
View File
@ -1,4 +1,6 @@
#!/bin/bash
# SPDX-License-Identifier: GPL-3.0+
# Copyright (C) 2018, Martin Kepplinger <martink@posteo.de>
RED
=
'\033[0;31m'
GREEN
=
'\033[0;32m'
NC
=
'\033[0m'
Write
Preview
Loading…
Cancel
Save