mirror of
https://github.com/civsocit/olgram.git
synced 2025-12-15 06:36:17 +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 |