mirror of
https://github.com/Leseratte10/lcpl-calibre-plugin
synced 2024-11-16 19:49:11 +01:00
7 lines
72 B
Bash
Executable file
7 lines
72 B
Bash
Executable file
#!/bin/bash
|
|
|
|
pushd calibre-plugin
|
|
|
|
zip -r ../calibre-plugin.zip *
|
|
|
|
popd
|