6 lines
178 B
Bash
Executable file
6 lines
178 B
Bash
Executable file
#!/bin/sh
|
|
version=v30.3.0
|
|
|
|
test -f ${version}.zip || wget https://github.com/matrix-org/matrix-js-sdk/archive/refs/tags/${version}.zip
|
|
test -d node_modules || npm install
|
|
cat
|