mirror of
https://github.com/wahyd4/SAI2.git
synced 2026-08-08 21:01:21 +10:00
5 lines
82 B
Bash
Executable File
5 lines
82 B
Bash
Executable File
#! /bin/bash
|
|
set -euo pipefail
|
|
|
|
sanic search4all:app --reload --debug --port 8800
|