mirror of
https://github.com/tachiyomiorg/tachiyomi-extensions-inspector.git
synced 2024-11-01 15:05:06 +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/ |