4 lines
130 B
Bash
4 lines
130 B
Bash
|
# Takes one parameter, the destination directory
|
||
|
mkdir -p $1
|
||
|
cp -rL node_modules/vrml1to97/{deps,vrml1to97,streamToString.js} $1
|