# HG changeset patch # User Christian Urban # Date 1412671067 -3600 # Node ID b07777a393dc29fde7e75b4fcf5cf1dfe1e6f46f # Parent 81f9f0eb1180edee11ac53ad8da5a5787c83f85e added format string args diff -r 81f9f0eb1180 -r b07777a393dc progs/args4 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/progs/args4 Tue Oct 07 09:37:47 2014 +0100 @@ -0,0 +1,3 @@ +#!/bin/sh + +perl -e 'print "%x" x 90' \ No newline at end of file