11 lines
151 B
Bash
Executable file
11 lines
151 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -euo pipefail
|
|
|
|
rm -rf \
|
|
web/core \
|
|
web/modules/contrib \
|
|
web/profiles/contrib \
|
|
web/themes/contrib \
|
|
bin \
|
|
vendor
|