7 lines
53 B
Bash
7 lines
53 B
Bash
|
|
#!/bin/sh
|
||
|
|
#
|
||
|
|
# SPDX-License-Identifier: MIT
|
||
|
|
#
|
||
|
|
|
||
|
|
exit 1
|