Alex Deymo | 92002a0 | 2015-04-07 19:57:17 -0700 | [diff] [blame] | 1 | #!/bin/sh |
2 | # Copyright 2015 The Chromium OS Authors. All rights reserved. | ||||
3 | # Use of this source code is governed by a BSD-style license that can be | ||||
4 | # found in the LICENSE file. | ||||
Amin Hassani | 5715fbe | 2018-03-29 16:09:10 -0700 | [diff] [blame] | 5 | exec awk '$1 == "Version:" {print $2}' "$2"/README.chromium |