1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-25 16:58:06 +08:00
volcanos/page/open.sh
2020-04-29 09:28:20 +08:00

7 lines
87 B
Bash

ish_ctx_dev_can_pwd=$PWD
ish_ctx_dev_can() {
open $ish_ctx_dev_can_pwd/$1.html
}