An open API service indexing awesome lists of open source software.

https://github.com/reubenmathew/eecs2032

Embedded Systems
https://github.com/reubenmathew/eecs2032

bash embedded-c iot

Last synced: about 1 month ago
JSON representation

Embedded Systems

Awesome Lists containing this project

README

        

# Coursework for EECS2032

## Lab3

``` IFS=$'\n' read -d '' -r -a lines < file ```

``` printf '%s\n' "${lines[@]}" ```