5 lines
81 B
Bash
Executable File
5 lines
81 B
Bash
Executable File
#!/bin/bash
|
|
|
|
rm -rf "${DRIVERS_TOOLS}" || true
|
|
rm -f ./secrets-export.sh || true
|