blob: 8eb1c9a88c2b276f3d8292a8ad1c71f91427a7a4 [file] [log] [blame]
#!/bin/sh
# Copyright 2016 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# Pick the first one that exists.
set -- "$1"/nassh/manifest*.json
exec gawk \
'$1 == "\"version\":" {print gensub(/[",]/, "", "g", $NF)}' \
"$1"