Added Gitlab CI, License
This commit is contained in:
parent
9c2742a258
commit
7cc79776e5
3 changed files with 138 additions and 0 deletions
|
@ -1,4 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
# SPDX-FileCopyrightText: 2022 Tobias Schmidl
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
HDA=$1;
|
||||
[ ! -r "$HDA" ] && { echo "Usage: $(basename "$0") <imagefile>" >&2; exit 1; }
|
||||
shift
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue