diff options
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 |