###Sketch trial non stop
Open hosts files:
$ open /private/etc/hosts
Edit the file adding:
127.0.0.1 backend.bohemiancoding.com
127.0.0.1 bohemiancoding.sketch.analytics.s3-website-us-east-1.amazonaws.com
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>A simple clock</title> | |
| </head> | |
| <body translate="no" > |
| #!/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 |
| #!/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} | |
| # Example in crontab: | |
| # ptt auto login, every day at 12:00 PM | |
| # 0 12 * * * /bin/bash -c ${ABSOLUTE_FILE_PATH_OF_THIS_SCRIPT} |
###Sketch trial non stop
Open hosts files:
$ open /private/etc/hosts
Edit the file adding:
127.0.0.1 backend.bohemiancoding.com
127.0.0.1 bohemiancoding.sketch.analytics.s3-website-us-east-1.amazonaws.com
###Sketch trial non stop
Open hosts files:
$ open /private/etc/hosts
Edit the file adding:
127.0.0.1 backend.bohemiancoding.com
127.0.0.1 bohemiancoding.sketch.analytics.s3-website-us-east-1.amazonaws.com