Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shyazusa/ae71b0f0f638116ebf155f22cacc2e5d to your computer and use it in GitHub Desktop.
Save shyazusa/ae71b0f0f638116ebf155f22cacc2e5d to your computer and use it in GitHub Desktop.
RLoginのサーバ設定内の,サーバー → スクリプトに記述するものの一例です.
Document.Open();
wait(CONNECT);
sopen(OPEN_LOOK);
swait(3, "$");
sputs("cd /c/Users/shyazusa/docker/\r");
sputs("clear\r");
sputs("ls\r");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment