aboutsummaryrefslogtreecommitdiff
path: root/words
diff options
context:
space:
mode:
authorbryner <bryner@4c0a9323-5329-0410-9bdc-e9ce6186880e>2006-08-25 21:14:45 +0000
committerbryner <bryner@4c0a9323-5329-0410-9bdc-e9ce6186880e>2006-08-25 21:14:45 +0000
commitcb91a2f879250f2ef5f74321b5d08807247d41a7 (patch)
tree6eebf88acb8342b6c27d9c29df78f92cbb035c4d /words
parentAdding a test html file (diff)
downloadbreakpad-cb91a2f879250f2ef5f74321b5d08807247d41a7.tar.xz
Initial import, which includes the Windows client-side dump_syms tool, and
part of the server-side dump processor. git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@4 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'words')
-rwxr-xr-xwords8
1 files changed, 0 insertions, 8 deletions
diff --git a/words b/words
deleted file mode 100755
index 438c4575..00000000
--- a/words
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-# Copyright 2006 Google Inc. All rights reserved! Proprietary software!
-# No guarantees or warranties! Not to be combined with any other offer!
-
-words="bogus heinous obnoxious"
-for word in $words ; do
- echo $word
-done