live-bootstrap/steps/jump/break.sh
Gábor Stefanik e16ab7dda7 Add license information to break.sh
Not that it's exactly copyrightable, being just "exit 0", but linter complains about it.
2023-12-23 07:30:11 +01:00

7 lines
141 B
Bash

#!/bin/bash
#
# SPDX-FileCopyrightText: 2023 Gábor Stefanik <netrolller.3d@gmail.com>
#
# SPDX-License-Identifier: GPL-3.0-or-later
exit 0