mirror of
https://github.com/wu736139669/Monkey-Test.git
synced 2026-08-05 05:55:46 +00:00
5 lines
82 B
Bash
Executable File
5 lines
82 B
Bash
Executable File
#!/bin/sh
|
|
echo "cleaning build files"
|
|
rm -rf es5 browser npm
|
|
echo "done cleaning"
|