mirror of
https://github.com/adulau/abstract-key-server.git
synced 2024-12-22 00:36:03 +00:00
6 lines
54 B
Bash
6 lines
54 B
Bash
|
#!/bin/bash
|
||
|
cd bin
|
||
|
export FLASK_APP=aks.py
|
||
|
flask run
|
||
|
|