mirror of
https://forge.chapril.org/tykayn/mapillary_download
synced 2025-06-20 01:34:43 +02:00
correct typos, adapt chmod of bash scripts
Signed-off-by: Matthias <matthias@pebble>
This commit is contained in:
parent
7979c16033
commit
5099f0f368
5 changed files with 16 additions and 8 deletions
1
get_user.sh
Normal file → Executable file
1
get_user.sh
Normal file → Executable file
|
@ -9,6 +9,7 @@ export username=$1
|
|||
export num_user=$2
|
||||
echo "télécharger la séquence pour l'utilisateur $username, $num_user"
|
||||
bash curl_land.sh "$username" "$num_user" > "out_${username}.json"
|
||||
#FIXME curl_land script not included in this repo
|
||||
|
||||
echo "séquences récupérées:"
|
||||
num_sequences=$(grep -o -w 'image_id' "out_${username}.json" | wc -l)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue