No description
Find a file
Sami Samhuri 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
c Move C implementation into its own subdirectory 2022-01-16 15:03:44 -08:00
ruby Use wordexp to support super fancy expansions 2022-01-16 23:11:40 -08:00
.gitignore Move C implementation into its own subdirectory 2022-01-16 15:03:44 -08:00
a1.pdf First commit 2022-01-16 00:00:02 -08:00