5 lines
127 B
Bash
Executable file
5 lines
127 B
Bash
Executable file
#!/bin/sh
|
|
cd "$(realpath "$(dirname "$0")")"
|
|
|
|
mkdir -p dist/
|
|
cp -Lr manifest.json background.js images/ main.js main.css dist/
|