#!/bin/bash dir_path=$(dirname $(realpath $0)) glucose_bin="${dir_path}/glucose" bzip2 -d < ${1} | ${glucose_bin}