This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env expect | |
| # Login into PTT via SSH. | |
| # Combine crontab with this script so you don't forget to login PTT everyday. | |
| # Usage: /bin/bash -c '${FILE_PATH_OF_THIS_SCRIPT} ${BBS_ID} ${BBS_PW}' | |
| # Example in crontab: | |
| # ptt auto login, every day at 12:00 PM | |
| # 0 12 * * * /bin/bash -c /home/ptt/ptt.sh BBS_ACC123 BBS_PWD456 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta content="IE=edge" http-equiv="X-UA-Compatible"> | |
| <meta content="width=device-width, initial-scale=1.0" name="viewport"> | |
| <title>3PI線迷宮鼠學習平台-UCH 3PI LineMaze</title> | |
| <link href="https://dreamweaver-3pi-victorzhj.c9users.io/css/bootstrap.css" rel="stylesheet" type="text/css"> | |
| <script src="https://dreamweaver-3pi-victorzhj.c9users.io/js/script.js" type="text/javascript"></script> |