mirror of
https://github.com/kazhala/dotbare
synced 2024-11-06 09:20:25 +00:00
10 lines
187 B
Plaintext
10 lines
187 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
#
|
||
|
# This script is for mocking fzf for testing,
|
||
|
# it will stop fzf for goin into a interactive mode
|
||
|
#
|
||
|
# usage:
|
||
|
# export PATH="${BATS_TEST_DIRNAME}:$PATH"
|
||
|
|
||
|
echo "$@"
|