mirror of
https://github.com/Suwayomi/Tachidesk.git
synced 2026-02-02 17:10:45 +01: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/ |