sourcephile
/
git
/
gargantext.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
last commit before bruno's workshop
[gargantext.git]
/
devops
/
docker
/
docker-import
1
if [ "$#" -lt 3 ]; then
2
echo "Usage: $0 <name> <path> <limit>"
3
exit 1
4
fi
5
name="$1"
6
path="$2"
7
limit="$3"
8
stack --docker exec gargantext-import -- true "user1" "$name" gargantext.ini "$limit" "$path"