mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-07-12 16:43:01 +01:00
4 lines
116 B
Bash
Executable File
4 lines
116 B
Bash
Executable File
#!/usr/bin/sh -e
|
|
|
|
cd artifacts && for f in $(find * -type f); do install -D "$f" "$1/opt/tgstation-server/$f"; done
|