mirror of
https://github.com/chenasraf/git-open.git
synced 2026-05-17 17:38:06 +00:00
7 lines
48 B
Bash
Executable File
7 lines
48 B
Bash
Executable File
#!/usr/bin/env zsh
|
|
|
|
open_url() {
|
|
echo "$@"
|
|
}
|
|
|