This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Making check in include | |
| Making check in swtpm | |
| Making check in man | |
| Making check in man3 | |
| Making check in man5 | |
| Making check in man8 | |
| Making check in samples | |
| Making check in src | |
| Making check in utils | |
| Making check in swtpm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # Jonathan helped me installing OpenBSD on a Rock Pi S this is how. | |
| # Thank you jonathan! | |
| # I haven't tested this again. | |
| set -eu | |
| if [ -z ${1:-} ] || [ ${1#sd} -lt 1 ] | |
| then |