|
Revision 43, 82 bytes
(checked in by jm3, 2 years ago)
|
- set Id property on all text-based files
- correctly handling the "no keys found" case with link to GPG help page (just a stub at this point)
|
- Property svn:executable set to
*
- Property svn:keywords set to
Id
|
| Line | |
|---|
| 1 |
#!/bin/bash |
|---|
| 2 |
|
|---|
| 3 |
echo Content-type: text/XML |
|---|
| 4 |
echo |
|---|
| 5 |
echo "<xml>this is a test!</xml>" |
|---|
| 6 |
|
|---|
| 7 |
|
|---|