6 lines
74 B
Bash
6 lines
74 B
Bash
#!/bin/sh
|
|
|
|
umask ${UMASK}
|
|
playwright install chromium
|
|
python3 app/main.py
|