@rominSuckless udev replacement in shell:for a in $(seq $((${RANDOM}/200))); do for b in $(seq $((${RANDOM}/200))); do for t in b c; do echo mknod /dev/${t}.${a}.${b} ${t} ${a} ${b}; done; done; done
Problem solved! 🤪
@rominIf I was trying to, I'd be using perl — that's what leat haxors use! ☝🏿(I read about it on 4chan 🤓)
Librem Social is an opt-in public network. Messages are shared under Creative Commons BY-SA 4.0 license terms. Policy. Stay safe. Please abide by our code of conduct. (Source code)