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