Adding a launcher
This commit is contained in:
15
launcher.sh
Executable file
15
launcher.sh
Executable file
@@ -0,0 +1,15 @@
|
||||
#!/bin/bash
|
||||
|
||||
agents=1
|
||||
|
||||
cp config-save config
|
||||
cp analyze.sh analyze.tmp.sh
|
||||
|
||||
echo -n "password : "
|
||||
read -s input
|
||||
echo ""
|
||||
|
||||
for i in $(seq $agents)
|
||||
do
|
||||
echo $input | ./agent.sh $i
|
||||
done
|
||||
Reference in New Issue
Block a user