added format string args
authorChristian Urban <christian dot urban at kcl dot ac dot uk>
Tue, 07 Oct 2014 09:37:47 +0100
changeset 224 b07777a393dc
parent 222 81f9f0eb1180
child 225 0d5e21110bee
added format string args
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