mirror of
https://shylinux.com/x/volcanos
synced 2025-04-25 16:58:06 +08:00
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
|
|
}
|