7 lines
131 B
Bash
Executable file
7 lines
131 B
Bash
Executable file
#!/bin/bash
|
|
|
|
source bin/activate &&
|
|
python -m ensurepip &&
|
|
pip install --upgrade -r requirements.txt &&
|
|
clear &&
|
|
python lulzbot.py
|