##// END OF EJS Templates
use ?download=1 to trigger download in /files/...
use ?download=1 to trigger download in /files/ sets `Content-Disposition: attachment...` - master sets this unconditionally - 2.x sets this iff file is a notebook

File last commit:

r13348:e6afea51
r18556:70450eeb
Show More
print_argv.py
3 lines | 69 B | text/x-python | PythonLexer
from __future__ import print_function
import sys
print(sys.argv[1:])