blob: 873b8d01a9e74eba25a1c0cc5bee89e40bbfbaa0 [file] [log] [blame]
#!/bin/bash
# Copyright 2017 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# Load common constants and functions.
# shellcheck source=common_leverage_hammer.sh
. "$(dirname "$0")/common_leverage_hammer.sh"
main() {
set -e
leverage_hammer_to_create_key "ec_efs" "$@"
}
main "$@"