3 lines
97 B
Bash
3 lines
97 B
Bash
#!/usr/bin/env bash
|
|
sudo apt-get install git
|
|
git clone https://github.com/juliangaal/mpu6050.git
|