view argv.py @ 6177:8e8c1facf2b0

<b_jonas> ` x=bin/datei; >"$x" $\'#!/bin/sh\\nexec date --rfc-3=n "$@"\' && chmod a+x "$x"
author HackBot
date Tue, 03 Nov 2015 17:38:28 +0000
parents 12d456ba0d88
children
line wrap: on
line source

import sys
print(sys.argv)