@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)