diff options
| author | root <root@elwms02.(none)> | 2010-04-06 16:13:08 +0200 |
|---|---|---|
| committer | root <root@elwms02.(none)> | 2010-04-06 16:13:08 +0200 |
| commit | 0e7005fcc7483c01aa102fbea358c5ac65a48d62 (patch) | |
| tree | 11517ce0d3d2977c6732b3aa583b0008083e0bd3 /extra/xhost | |
| download | x-vdr-0e7005fcc7483c01aa102fbea358c5ac65a48d62.tar.gz x-vdr-0e7005fcc7483c01aa102fbea358c5ac65a48d62.tar.bz2 | |
hello world
Diffstat (limited to 'extra/xhost')
| -rw-r--r-- | extra/xhost | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/extra/xhost b/extra/xhost new file mode 100644 index 0000000..e539390 --- /dev/null +++ b/extra/xhost @@ -0,0 +1,5 @@ +#!/bin/sh + +xhost local:localhost + +exit 0 |
