mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-24 05:40:10 +00:00
8 lines
153 B
Makefile
8 lines
153 B
Makefile
all: node_modules
|
|
(sleep 1; open http://localhost:8080/p/ ) &
|
|
r2 -qc '#!pipe node index.js' /bin/ls
|
|
|
|
node_modules:
|
|
mkdir -p node_modules
|
|
npm install
|