4 lines
145 B
Bash
Executable file
4 lines
145 B
Bash
Executable file
#!/bin/sh
|
|
lab="$(git rev-parse --abbrev-ref HEAD)"
|
|
|
|
xdg-open https://github.com/is-oop-y28/.github/blob/master/profile/labs/"${lab-"lab-$1"}".md
|