Add an automated updater script and definitions for its use for WebKit

svn path=/nixpkgs/trunk/; revision=16816
This commit is contained in:
Michael Raskin
2009-08-23 22:10:08 +00:00
parent c8886f7215
commit 5a6e313abf
10 changed files with 164 additions and 3 deletions
@@ -0,0 +1,13 @@
{
a=1;
b="text";
c=''
text
'';
d=''
Multi-line text with special characters -
like \ (backslash) and ''${} (dollar +
curly braces) and $ (dollar) and ' (quote)
and " (double quote).
'';
}