-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrun.sh
49 lines (38 loc) · 1.11 KB
/
run.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
#!/usr/bin/env bash
#
#=========*=========*=========*=========*=========*
# PokeLevel Beta 3
# Author : UltrafunkAmsterdam
# https://www.github.com/UltrafunkAmsterdam
#=========*=========*=========*=========*=========*
#
# run.sh
PID=$$
THISPATH=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
cd $THISPATH
. scriptconfig.conf
. functions.sh
trap ReceivedExit SIGHUP SIGINT SIGTERM EXIT
Init
IsInstalled jq gpw
#gpw()
#{
#echo "XxXxXx" ## replace by a string that will be the first part of the username so don't use common words
#}
# TODO : Review before removal
#clear
#echo -e "\n\n"
#Logger start " [ https://github.com/ultrafunkamsterdam ] "
#Logger " Total accounts in CSV : $(NumberTotal) "
#Logger " Number of available accounts : $(NumberAvailable) "
#Logger " Number of not available accounts : $(NumberNotAvailable)"
#Logger " Amount of runtime per account : $TIME_RUN "
#echo -e "\n"
#Logger "When accounts become available while the script is running, they will be picked up automatically."
#sleep 7
#Logger "Starting Bots "
#sleep 1
clear
LoopCSV
StopSelf
#end