Commit graph

4 commits

Author SHA1 Message Date
34150d64cb Extract job control to a separate class 2022-01-17 18:54:52 -08:00
ae89630e69
Add rubocop 2022-01-17 00:44:50 -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
635f345017 Start working on a Ruby port 2022-01-16 14:08:01 -08:00