ko/mknod.sh

7 lines
81 B
Bash
Executable File

#!/bin/sh
major=$(cat /proc/devices | grep demo)
mknode /dev/demo c $major 0