8 lines
70 B
Bash
8 lines
70 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
export RUN_ENV='development'
|
||
|
|
||
|
|
||
|
./usr/lib/dooke/dooke.py
|
||
|
|