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

« back to all changes in this revision

Viewing changes to www/bin/tramptest

  • Committer: mattgiuca
  • Date: 2007-12-20 03:14:17 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:93
New directory hierarchy.
Renamed src to www.
Added console, trampoline (currently empty).

Show diffs side-by-side

added added

removed removed

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