mirror of
https://github.com/bensuperpc/infrastructure.git
synced 2026-09-02 23:43:39 +02:00
5 lines
82 B
Bash
Executable File
5 lines
82 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
find . -type f -path "*/env/*.env" -delete
|