Skip to content

Commit 3635cf3

Browse files
committed
Add script for sim subscribers
1 parent f1cfb1e commit 3635cf3

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

add-sim-subscribers.sh

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#!/bin/bash
2+
print_header() {
3+
echo -e "\n\e[1;34m############################### $1 ###############################\e[0m"
4+
}
5+
6+
print_success() {
7+
echo -e "\e[1;32m$1\e[0m"
8+
}
9+
10+
print_header "Adding subscribers"
11+
python3 mongo-tools/generate-data.py
12+
python3 mongo-tools/add-subscribers.py
13+
print_success "Subscribers added."

0 commit comments

Comments
 (0)