mirror of
https://github.com/kazhala/dotbare
synced 2024-11-04 06:00:45 +00:00
10 lines
174 B
Bash
Executable File
10 lines
174 B
Bash
Executable File
#!/usr/bin/env bash
|
|
#
|
|
# This script is for mocking git during unit test,
|
|
# used to mock all the git calls.
|
|
#
|
|
# usage:
|
|
# export PATH="${BATS_TEST_DIRNAME}:$PATH"
|
|
|
|
echo "$@"
|