diff options
author | erik <erik@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-07-16 19:25:18 +0000 |
---|---|---|
committer | erik <erik@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-07-16 19:25:18 +0000 |
commit | d441ffb133ad793edfb99f4c462674f3bd556e37 (patch) | |
tree | 0437b4ab3d69ca948ce04915d9ec3d0ce73b2204 /linux/bin/neo | |
parent | cbdf593a966959dcdb4c20edf8a30ef79c88d9a7 (diff) | |
download | neo-layout-d441ffb133ad793edfb99f4c462674f3bd556e37.tar.gz neo-layout-d441ffb133ad793edfb99f4c462674f3bd556e37.tar.bz2 neo-layout-d441ffb133ad793edfb99f4c462674f3bd556e37.zip |
schönheitsfehlerchen
git-svn-id: https://svn.neo-layout.org@665 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'linux/bin/neo')
-rwxr-xr-x | linux/bin/neo | 3 |
1 files changed, 2 insertions, 1 deletions
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 |