mirror of
https://github.com/Llloooggg/Dyxless.git
synced 2026-03-06 02:36:24 +03:00
8 lines
63 B
Bash
8 lines
63 B
Bash
#!/bin/bash
|
|
|
|
set echo off
|
|
|
|
export FLASK_APP=dyxless
|
|
|
|
flask run
|