iot tp1
This commit is contained in:
parent
22eb5c7ad3
commit
a9e60a9ba0
12 changed files with 129 additions and 0 deletions
12
iot/tp1/run.sh
Executable file
12
iot/tp1/run.sh
Executable file
|
@ -0,0 +1,12 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
cd "$(dirname "$(realpath "$0")")"
|
||||
|
||||
|
||||
if ! [ -d acme-onem2m ]
|
||||
then ./setup.sh
|
||||
fi
|
||||
|
||||
|
||||
cd acme-onem2m
|
||||
python3 -m acme
|
Loading…
Add table
Add a link
Reference in a new issue