#!/bin/sh # SPDX-License-Identifier: GPL-2.0 # Runs printf infrastructure using test_printf kernel module if ! /sbin/modprobe -q -n test_printf; then echo "printf: [SKIP]" exit 77 fi if /sbin/modprobe -q test_printf; then /sbin/modprobe -q -r test_printf echo "printf: ok" else echo "printf: [FAIL]" exit 1 fi
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
Makefile | File | 172 B | 0644 |
|
bitmap.sh | File | 323 B | 0755 |
|
prime_numbers.sh | File | 362 B | 0755 |
|
printf.sh | File | 317 B | 0755 |
|