5 lines
55 B
Plaintext
5 lines
55 B
Plaintext
|
#!/bin/bash
|
||
|
cd /tmp/element-web
|
||
|
yarn install
|
||
|
yarn dist
|