mirror of
https://github.com/tachiyomiorg/tachiyomi-extensions-inspector.git
synced 2025-01-12 16:59:08 +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/ |