⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bashrc

📁 传感器网络中的嵌入式操作系统源代码
💻
字号:
# ~/.bashrc## Initial .bashrc customized for TinyOS# $Id: bashrc,v 1.1.2.2 2003/08/15 01:04:50 kristinwright Exp $## Workaround for the fact that tinyos is installed by InstallShield and # InstallShield uses DOS directory format yet nesc wants to see Unix-style# directory names for TOSDIR. For example, an InstallShield wizard can set# a system-wide environment variable TOSDIR to # <appropriate-drive-letter>:\tinyos-1.x\tos\. In cygwin, you could then cd to# $TOSDIR, but nesc can't parse it. Nesc expects something like # /cygdrive/<appropriate-drive-letter>/tinyos-1.x/tos/.cd $TOSROOTexport TOSDIR=`pwd`/toscd $HOME# Historically, users have had difficulty keeping up with the CLASSPATH # requirements for TinyOS which, especially since 1.0.0, have increased # rapidly. `javapath` is a script that will determine what the CLASSPATH # should be.cd $TOSROOT; cd tools/javaexport CLASSPATH=`./javapath`cd $HOME

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -