mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
2e12b58126
Progress on #10795
7 lines
184 B
Bash
7 lines
184 B
Bash
# shellcheck shell=bash
|
|
|
|
# Variables must be defined by caller, so
|
|
# shellcheck disable=SC2154
|
|
|
|
outPath=$(readlink -f "$TEST_ROOT/result")
|
|
grep 'FOO BAR BAZ' "${remoteDir}/${outPath}"
|