Skip to content
Snippets Groups Projects
bsp-check 114 B
#!/bin/bash

# SPDX-License-Identifier: GPL-2.0-or-later

echo "ERROR. You cannot use this BSP" > exit_msg
exit 1