mirror of
https://github.com/zyedidia/micro
synced 2024-11-05 17:41:24 +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
|