mirror of
https://github.com/wahyd4/SAI2.git
synced 2026-08-09 05:06:05 +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
|