Tools/HDFView

- build-block added
This commit is contained in:
2017-11-20 17:42:24 +01:00
parent cf7b8ceaf1
commit ac7ed897e0
3 changed files with 25 additions and 0 deletions

5
Tools/HDFView/HDFView Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
declare -r bindir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
exec "${bindir}/../libexec/hdfview.sh" 1> /dev/null 2>&1 &