diff options
author | tv <tv@xso> | 2011-09-06 15:59:00 +0200 |
---|---|---|
committer | tv <tv@xso> | 2011-09-06 15:59:00 +0200 |
commit | e9522f397d55c473744f89c889f14a53f47d63b8 (patch) | |
tree | 30b846014fa38f21484c42a73950b29a7f91e953 /index | |
parent | d3b0bf57e0005b42d2c852d7747db859539f278b (diff) |
//Reaktor/index: initial commit
Diffstat (limited to 'index')
-rwxr-xr-x | index | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +#! /bin/sh +set -euf + +cd $(dirname $(readlink -f $0)) + +exec IRC/index |