mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-11 19:06:27 +08:00
6 lines
58 B
Bash
Executable File
6 lines
58 B
Bash
Executable File
#!/bin/bash
|
|
|
|
sudo rmmod ecc
|
|
sudo insmod ecc.ko
|
|
dmesg|tail
|