mirror of
https://github.com/RobotechLille/cdf2018-principal
synced 2024-11-14 12:26:06 +01:00
7 lines
195 B
Bash
Executable file
7 lines
195 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
wget "https://sourceforge.net/projects/freertos/files/FreeRTOS/V9.0.0/FreeRTOSv9.0.0.zip/download" -O FreeRTOSv9.0.0.zip -c
|
|
unzip "FreeRTOSv9.0.0.zip"
|
|
rm "FreeRTOSv9.0.0.zip"
|
|
|