iotedgedev/cleanup.sh

8 строки
111 B
Bash

#!/bin/bash
rm __pycache__ -rf
rm .pytest_cache -rf
rm .tox -rf
rm .pytest_cache -rf
rm tests/__pycache__ -rf