OLD | NEW |
---|---|
(Empty) | |
1 #!/bin/sh | |
2 | |
3 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved.# Use of this | |
4 # source code is governed by a BSD-style license that can be | |
5 # found in the LICENSE file. | |
6 | |
7 uudecode -o - $0 | tar zxf - | |
8 | |
9 echo "Flash system firmware..." | |
10 | |
11 echo "Flash EC firmware..." | |
12 | |
13 exit 0 | |
14 | |
OLD | NEW |