mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-01 09:54:34 -05:00
6 lines
79 B
Bash
Executable File
6 lines
79 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
mkdir -p repo/
|
|
|
|
cp -f server/build/server-1.0-all.jar repo/ |