2022-04-24 08:45:20 +02:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
python make_files_tree.py > /dev/null 1 &
|
|
|
|
python make_files_tree.py > /dev/null 2 &
|
|
|
|
python make_files_tree.py > /dev/null 3 &
|
2022-04-24 13:33:16 +02:00
|
|
|
python make_files_tree.py > /dev/null 4 &
|
2022-04-24 08:45:20 +02:00
|
|
|
wait
|