mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
c507632e50
Compare #708. Now the tokenization of an input line is done by the shell itself. You may quote arguments with `"..."`. Empty arguments, supplied by `""` are preserved. Spaces in between arguments are squasheds; spaces inside quotes are preserved. You cannot partially quote an argument. You must not use - `cmd "abc`, - `cmd abc"def"`, or - `cmd "abc"def`. |
||
---|---|---|
.. | ||
Makefile | ||
sc_cc1100.c | ||
sc_disk.c | ||
sc_heap.c | ||
sc_id.c | ||
sc_ltc4150.c | ||
sc_mersenne.c | ||
sc_ps.c | ||
sc_rtc.c | ||
sc_sht11.c | ||
sc_sys.c | ||
sc_transceiver.c | ||
shell_commands.c |