UNPKG
demu
Version:
latest (0.3.0)
0.3.0
0.2.1
0.1.2
0.1.1
0.1.0
0.0.0
A raspian emulator based on docker and qemu
github.com/taoyuan/demu
taoyuan/demu
demu
/
bin
/
demu.js
6 lines
(3 loc)
•
66 B
JavaScript
View Raw
1
2
3
4
5
6
#!/usr/bin/env node
const
{cli} =
require
(
'../lib/cli'
);
cli
();