mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-13 02:14:17 +01:00
7 lines
131 B
Bash
Executable file
7 lines
131 B
Bash
Executable file
#!/bin/bash
|
|
#
|
|
# This script assumes a linux environment
|
|
|
|
echo "*** uBlock: Cleaning."
|
|
rm -R dist/build
|
|
echo "*** uBlock: Cleaned."
|