mirror of
https://shylinux.com/x/volcanos
synced 2025-07-01 20:11:19 +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
|
|
}
|