surete tp1
This commit is contained in:
parent
41bc6fdbf2
commit
a85bb57d9a
12 changed files with 199 additions and 0 deletions
15
surete/tp1/temp_prop/build.sh
Executable file
15
surete/tp1/temp_prop/build.sh
Executable file
|
@ -0,0 +1,15 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
cd "$(dirname "$(realpath "$0")")"
|
||||
|
||||
|
||||
if [ $# -lt 1 ]
|
||||
then echo "Usage: ./build.sh <node>" && exit 1
|
||||
fi
|
||||
|
||||
|
||||
node="$1"
|
||||
src=./nodes.lus
|
||||
|
||||
|
||||
luciole $src "$node"
|
Loading…
Add table
Add a link
Reference in a new issue