mirror of
https://github.com/epasveer/seer.git
synced 2026-08-29 16:40:42 +08:00
6 lines
118 B
Plaintext
6 lines
118 B
Plaintext
|
|
Create a tar file to add to github.
|
||
|
|
|
||
|
|
% cd /peak/src
|
||
|
|
% tar --exclude='seer/.git' -zcvf seer-1.0.1.tar.gz seer
|
||
|
|
|