mirror of
https://github.com/RobotechLille/cdf2018-principal
synced 2024-11-15 04:46:06 +01:00
7 lines
195 B
Plaintext
7 lines
195 B
Plaintext
|
#!/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"
|
||
|
|