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