forked from x/volcanos
7 lines
87 B
Bash
7 lines
87 B
Bash
|
|
ish_ctx_dev_can_pwd=$PWD
|
|
|
|
ish_ctx_dev_can() {
|
|
open $ish_ctx_dev_can_pwd/$1.html
|
|
}
|