diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-07-08 18:47:25 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-07-08 18:47:25 +0200 |
commit | da82a60fdbee638601875fbbc4ba8260ed1bf267 (patch) | |
tree | c11368a72bd9a888efe51e83ff32ed659ac9b96e /etc/functions/xcat | |
parent | 99a52ce7a6b7270455c0878e9f368373248a277c (diff) |
Cleanup
Diffstat (limited to 'etc/functions/xcat')
-rw-r--r-- | etc/functions/xcat | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/etc/functions/xcat b/etc/functions/xcat deleted file mode 100644 index 3b74fe9..0000000 --- a/etc/functions/xcat +++ /dev/null @@ -1,5 +0,0 @@ -## vim:ft=zsh -while [[ -n $1 ]] { - [[ -r $1 ]] && cat $1 - shift -} |