6 lines
33 B
Bash
Executable File
6 lines
33 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -eu
|
|
|
|
rm -rf dist/
|