mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-17 14:30:32 +00:00
6 lines
98 B
Bash
Executable file
6 lines
98 B
Bash
Executable file
cd ../..
|
|
|
|
tar czf "$1".tar.gz micro
|
|
zip -rq "$1".zip micro
|
|
mv "$1".tar.gz micro
|
|
mv "$1".zip micro
|