sourcephile
/
git
/
gargantext.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[Social List] increments with listIds either Private or Shared, need group filtering...
[gargantext.git]
/
devops
/
docker
/
docker-import
1
#!/bin/bash
2
3
if
[
"
$#
"
-lt
3
];
then
4
echo
"Usage:
$0
<name> <path> <limit>"
5
exit
1
6
fi
7
name
=
"
$1
"
8
path
=
"
$2
"
9
limit
=
"
$3
"
10
stack
--docker exec
gargantext
-import --
true
"user1"
"
$name
"
gargantext.ini
"
$limit
"
"
$path
"