Added Gitlab CI, License

This commit is contained in:
Tobias Schmidl 2022-05-11 08:49:05 +02:00
parent 9c2742a258
commit 7cc79776e5
3 changed files with 138 additions and 0 deletions

View file

@ -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