Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CosmicPampa
CPDataHub
Commits
df0c3c1a
Commit
df0c3c1a
authored
Aug 26, 2021
by
Bruno Thomazi Zanette
🎱
Browse files
Delete envia.sh
parent
7de81614
Changes
1
Hide whitespace changes
Inline
Side-by-side
envia.sh
deleted
100644 → 0
View file @
7de81614
clear
echo
"............script started............"
d
=
1
while
[
true
]
do
result
=
`
python3 aleatorio.py
`
mosquitto_pub
-h
116.203.152.149
-t
cosmic
-u
user
-P
password
-m
"
$result
"
echo
"
$d
$result
"
((
d++
))
done
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment