|
|
ae89630e69
|
Add rubocop
|
2022-01-17 00:44:50 -08:00 |
|
|
|
ba8bf8088f
|
Use fork and exec and implement bg builtin
|
2022-01-17 00:42:19 -08:00 |
|
|
|
0d0bb73114
|
Use wordexp to support super fancy expansions
- Expands environment variables, e.g. $HOME -> /home/tina
- Expands tildes, e.g. ~/bin -> /home/queso/bin
- Performs command substitution, e.g. `date +%F` -> 2022-01-16
or $(date +%F) -> 2022-01-16
|
2022-01-16 23:11:40 -08:00 |
|
|
|
9faa33fbf2
|
Perform proper shell word splitting and improve logging
|
2022-01-16 16:31:45 -08:00 |
|
|
|
01b0983f79
|
Use readline for proper editing and history
|
2022-01-16 15:05:54 -08:00 |
|
|
|
69f1639128
|
Fix executing built-in commands
|
2022-01-16 15:04:10 -08:00 |
|
|
|
88339bdf37
|
Move C implementation into its own subdirectory
|
2022-01-16 15:03:44 -08:00 |
|
|
|
6e0b36fd21
|
Move built-ins to a separate class
|
2022-01-16 14:55:58 -08:00 |
|
|
|
b141d95b44
|
Add ruby/a1 entry point script
|
2022-01-16 14:55:23 -08:00 |
|
|
|
635f345017
|
Start working on a Ruby port
|
2022-01-16 14:08:01 -08:00 |
|
|
|
fe3e6cc099
|
Make dependency-dir work with sh
|
2022-01-16 00:27:04 -08:00 |
|
|
|
421f3f981e
|
Improve portability of Makefile
|
2022-01-16 00:24:26 -08:00 |
|
|
|
7f95910a9c
|
First commit
|
2022-01-16 00:00:02 -08:00 |
|