Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在编写一个 bash 脚本,我需要从终端当前工作区 URL 和 cloud9 用户电子邮件中获取。
我试过了:
任何想法如何从 c9 终端中获取这些详细信息?
在托管工作空间上,您可以使用$C9_*环境变量,尝试
$C9_*
echo $C9_EMAIL $C9_FULLNAME $C9_HOSTNAME $C9_PROJECT