Files
plain-ub-overfork/run
2024-01-12 17:19:42 +05:30

8 lines
70 B
Bash
Executable File

#!/bin/sh
if ! [ -d ".git" ] ; then
git init
fi
python3 -m app