mirror of
https://github.com/Decompollaborate/rabbitizer.git
synced 2024-12-28 06:19:43 +00:00
9 lines
157 B
Bash
9 lines
157 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
# SPDX-FileCopyrightText: © 2023 Decompollaborate
|
||
|
# SPDX-License-Identifier: MIT
|
||
|
|
||
|
set -e
|
||
|
|
||
|
./build/tests/c/build_info_checks/version_number.elf
|