mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 09:49:20 +02:00
6 lines
58 B
Bash
Executable file
6 lines
58 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -eu
|
|
|
|
cd client
|
|
rm -rf compiled/ dist/ dll/
|