Commit Graph

2 Commits (d0c5d8ff430c95f21fe2f36470d50afa1784a38b)

Author SHA1 Message Date
voussoir 8d4e353c66 Update taskme, don't quote builtins and &, &&.
If the command is an executable, you can have quotes around it. But
if it is a builtin like `copy` then quotes will break it. So let's
remove quotes from the command as long as it doesn't have spaces.

Also remove quotes from & and && because with quotes you can't actually
chain commands. However if you want to literally use & as an arg then
this may cause some problems.
2019-12-10 13:01:32 -08:00
voussoir bcc9700d67 Add do_tasks and taskme. 2019-06-25 15:32:03 -07:00