mirror of
https://github.com/civsocit/olgram.git
synced 2025-05-24 17:53:26 +00: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 |