mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
6 lines
134 B
Bash
6 lines
134 B
Bash
#!/bin/sh
|
|
# Copyright (c) Mondoo, Inc.
|
|
# SPDX-License-Identifier: BUSL-1.1
|
|
|
|
/usr/bin/cnspec --config /etc/opt/mondoo/mondoo.yml "$@"
|
|
|