This file has been truncated, but you can view the full file.
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
+ set -e | |
++ find /gramine/meson_build_output/lib -type d -path '*/site-packages' | |
+ export PYTHONPATH=:/gramine/meson_build_output/lib/python3.8/site-packages | |
+ PYTHONPATH=:/gramine/meson_build_output/lib/python3.8/site-packages | |
++ find /gramine/meson_build_output/lib -type d -path '*/pkgconfig' | |
+ export PKG_CONFIG_PATH=:/gramine/meson_build_output/lib/x86_64-linux-gnu/pkgconfig | |
+ PKG_CONFIG_PATH=:/gramine/meson_build_output/lib/x86_64-linux-gnu/pkgconfig | |
+ '[' -z '' ']' | |
+ gramine-sgx-get-token --quiet --sig /gramine/app_files/entrypoint.sig --output /gramine/app_files/entrypoint.token |
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
Starting Nmap 7.70 ( https://nmap.org ) at 2018-11-12 10:55 CET | |
Nmap scan report for portquiz.net (5.196.70.86) | |
Host is up (0.0098s latency). | |
rDNS record for 5.196.70.86: electron.positon.org | |
Not shown: 65508 filtered ports | |
PORT STATE SERVICE | |
21/tcp open ftp | |
22/tcp open ssh | |
25/tcp open smtp | |
43/tcp open whois |
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
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |