Simplify DOWNLOAD macro
authorQuentin Rameau <quinq@fifth.space>
Thu, 4 May 2017 16:24:33 +0000 (18:24 +0200)
committerQuentin Rameau <quinq@fifth.space>
Mon, 8 May 2017 09:33:55 +0000 (11:33 +0200)
commitdca42648635b70f7d01adb8d9a53720a0c7909c1
treed00c333d7573b224b0e16f973f9e0bd82f492d4f
parent654d527f87e59c6c9f507402878bed62398c4e61
Simplify DOWNLOAD macro

No need to spawn an extra sh.
Use short flags for curl and quote operands.
Replace sleep with read, let the user close the download window instead
of waiting for an arbitrary time.
Rename d to reflect what it's used for.
Reorder sh positional arguments.
Set $0 to a command name and shift other positional parameters to
clarify the "sh -c" command.
config.def.h