~azzar1/unity/add-show-desktop-key

1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/python
# IVLE Trampoline Test
# (CGI app)
# Call this with the standard trampoline interface using CGI.
# Usage:
#   tramptest uid jail-dir working-dir script-path
# Just prints out its arguments as a list.

import sys

print "Content-Type: text/plain"
print
print sys.argv