mirror of
https://github.com/civsocit/olgram.git
synced 2023-07-22 01:29:12 +03:00
6 lines
56 B
Bash
Executable File
6 lines
56 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
|
|
sleep 10
|
|
aerich upgrade
|
|
python main.py |