4 lines
93 B
Bash
4 lines
93 B
Bash
|
#!/bin/bash
|
||
|
chmod +x delete_script.py
|
||
|
pip install -r requirements.txt
|
||
|
python delete_script.py
|