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
- Host: GitHub
- URL: https://github.com/reubenmathew/eecs2032
- Owner: ReubenMathew
- Created: 2020-01-09T20:31:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-02T03:16:46.000Z (almost 5 years ago)
- Last Synced: 2025-02-16T14:25:38.052Z (3 months ago)
- Topics: bash, embedded-c, iot
- Language: C
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Coursework for EECS2032
## Lab3
``` IFS=$'\n' read -d '' -r -a lines < file ```
``` printf '%s\n' "${lines[@]}" ```