mirror of https://github.com/Chocobozzz/PeerTube
7 lines
58 B
Bash
7 lines
58 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
set -eu
|
||
|
|
||
|
cd client
|
||
|
rm -rf compiled/ dist/ dll/
|