diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-03-14 14:47:12 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-03-14 14:47:12 +0100 |
commit | 1aaec4b9b6becaf19f65220f76a81b3b912a6614 (patch) | |
tree | 81b90cf042e3e4c001cf0fe050b1178bd450cea1 | |
parent | f5444229e95e643c4bc01908081d410f81a29f8c (diff) |
Added xcat
-rw-r--r-- | etc/functions/xcat | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/functions/xcat b/etc/functions/xcat new file mode 100644 index 0000000..8a03d30 --- /dev/null +++ b/etc/functions/xcat @@ -0,0 +1,2 @@ +## vim:ft=zsh +[[ -r $1 ]] && cat $1 |