mirror of
https://github.com/vishapoberon/vipak.git
synced 2026-04-05 20:42:26 +00:00
fetch works
This commit is contained in:
parent
c95ecfc60b
commit
4dfb4975ff
9 changed files with 171 additions and 41 deletions
|
|
@ -25,4 +25,9 @@ BEGIN
|
|||
pull(url, tmp);
|
||||
END syncTree;
|
||||
|
||||
PROCEDURE fetchRepo*(url: ARRAY OF CHAR; dst: ARRAY OF CHAR);
|
||||
BEGIN
|
||||
pull(url, dst);
|
||||
END fetchRepo;
|
||||
|
||||
END vpkGit.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue