blob: d15501f8cc58b554a5769355b59a1edfb933cbbf [file] [log] [blame]
#!/bin/bash
# Copyright 2021 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.
#
# Runs all alphabet compliance setup scripts.
SECURITY_DIR=/usr/share/google/security
set -e
for script in $(ls -v "${SECURITY_DIR}"/[0-9][0-9][0-9][0-9]-*.sh) ; do
. ${script}
done