mirror of
https://github.com/dnote/dnote
synced 2026-03-15 06:55:49 +01:00
3 lines
121 B
Bash
Executable file
3 lines
121 B
Bash
Executable file
#!/bin/bash
|
|
|
|
tar --exclude='./node_modules' --exclude='./package' --exclude='./dist' -zcvf extension.tar.gz * .eslintrc
|