mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Clean shell scripts (#398)
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
|
||||
cd client || exit -1
|
||||
set -eu
|
||||
|
||||
cd client
|
||||
|
||||
rm -rf ./dist ./compiled
|
||||
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
#!/usr/bin/env sh
|
||||
#!/bin/sh
|
||||
|
||||
set -eu
|
||||
|
||||
rm -rf ./dist
|
||||
|
||||
|
||||
Reference in New Issue
Block a user