From d441ffb133ad793edfb99f4c462674f3bd556e37 Mon Sep 17 00:00:00 2001 From: erik Date: Wed, 16 Jul 2008 19:25:18 +0000 Subject: schönheitsfehlerchen MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.neo-layout.org@665 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- linux/bin/neo | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'linux/bin/neo') diff --git a/linux/bin/neo b/linux/bin/neo index 319fd90..8923706 100755 --- a/linux/bin/neo +++ b/linux/bin/neo @@ -1,8 +1,9 @@ #!/bin/sh +# Verzeichnis muss eventuell an den Ort der neo20.txt angepasst werden: NEO_TXT=$HOME/neo/A-REFERENZ-A/neo20.txt -if [ 0 = $# ];then +if [ 0 = $# ]; then grep -m 1 -B 15 "┴──────┘" $NEO_TXT else for NUM in $@; do -- cgit v1.2.3