Skip to content

Commit a2e3f81

Browse files
committed
build: add cleanup script
1 parent 6efee93 commit a2e3f81

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

cleanup.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/usr/bin/env bash
2+
3+
rm vod
4+
rm *.m3u8
5+
rm *.m4s
6+
rm -rf ./temp/
7+
rm -rf ./Rewind/
8+
rm -rf ./hls
9+
rm -rf ./dash

0 commit comments

Comments
 (0)