1#!/usr/bin/env bash
2
3sudo apt-get -y update
4sudo apt-get -y install python3-protobuf protobuf-compiler #scons splint valgrind
5cd examples/simple
6make
7