mirror of
https://github.com/FunKey-Project/FunKey-OS.git
synced 2026-01-17 00:58:51 +01:00
3 lines
86 B
Bash
Executable File
3 lines
86 B
Bash
Executable File
#!/bin/sh
|
|
echo $(for i in 0 4 8 c; do devmem 0x01c2380$i 32; done) | sed 's/ \?0x//g'
|