forked from binfalse/CombineArchive
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Trac Ticket #9
component: code
owner: martin
reporter: martin
created: 2014-05-25 22:04:57
milestone:
type: task
version:
keywords:
to create archives from command line..
ala
{{{
#!sh
java -jar combinearchive.jar
-base /some/directory
/some/directory/some/file
/some/directory/some/other/file
-base /some/other/directory
/some/other/directory/some/file
/some/other/directory/some/other/file
}}}
what about meta data in this case?
comment 1
time: 2014-05-25 22:06:11
author: martin
see /src/main/java/de/unirostock/sems/cbarchive/Main.java
comment 2
time: 2014-05-25 23:38:40
author: Martin Scharm martin@binfalse.de
In None:
started main file [see #9]