6 lines
83 B
Bash
6 lines
83 B
Bash
#!/bin/bash
|
|
|
|
function gr() {
|
|
cd "$(git rev-parse --show-toplevel)" || return
|
|
}
|