This commit is contained in:
JOLIMAITRE Matthieu 2024-03-10 21:35:34 +01:00
parent 22eb5c7ad3
commit a9e60a9ba0
12 changed files with 129 additions and 0 deletions

12
iot/tp1/run.sh Executable file
View 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