I would like to have a url param like ?download=true that could be appended to a Paste view endpoint to just download the file. I'm not sure if this exists in some capacity, not just linking to the raw paste (which is locked to a particular version, not the most recent version).
We use pastes to store versioned bootstrap scripts (for setting up dev env, etc) and it could turn the process of "go here, click this button, save as..." into "run wget phabricator/P1 -O bootstrap.sh && ./bootstrap.sh".