Files
git-open/tests/utils.mock.zsh

7 lines
48 B
Bash

#!/usr/bin/env zsh
open_url() {
echo "$@"
}