mirror of
https://github.com/kazhala/dotbare
synced 2024-11-04 06:00:45 +00:00
10 lines
187 B
Bash
Executable File
10 lines
187 B
Bash
Executable File
#!/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 "$@"
|