This website requires JavaScript.
Explore
Help
Register
Sign In
wenchao-hao
/
ko
Watch
1
Star
0
Fork
You've already forked ko
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
3d4e51ff8c
ko
/
mknod.sh
7 lines
81 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
major
=
$(
cat /proc/devices
|
grep demo
)
mknode /dev/demo c
$major
0
Reference in New Issue
View Git Blame
Copy Permalink