5 lines
53 B
Bash
5 lines
53 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
touch app/mydatabase.db
|
||
|
python3 init.py
|