mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-03-22 03:55:22 +00:00
11 lines
233 B
Bash
Executable File
11 lines
233 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Run with publish directory as parameter
|
|
rm -rf $1/runtimes/browser* \
|
|
$1/runtimes/osx* \
|
|
$1/runtimes/mac* \
|
|
$1/runtimes/*-arm* \
|
|
$1/runtimes/*-ppc64le \
|
|
$1/runtimes/*-s390x \
|
|
$1/runtimes/*-mips64
|