Skip to content
Snippets Groups Projects
mkzip 58 B
#!/bin/bash

cd package
zip -r ../Luna-II-ver.zip *
cd ..