
- clean up shellcheck warnings - rename extras/hs-test/test script - add -x attribute to compress script for consistancy Type: test Change-Id: I5d1a9d16eeaff18562461b1e445e32ac696266d3 Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
5 lines
97 B
Bash
Executable File
5 lines
97 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# shellcheck disable=SC2068
|
|
$1 -v && LD_PRELOAD=$LDP $@ > /proc/1/fd/1 2>&1
|