var pgfs = { 'bin': {}, 'etc': {}, 'home': { 'pgs': { 'git.txt': 'Code Repository at ' + 'code.parsleygardens.net', 'magic.txt': 'Animation & Illustration at ' + 'slightlymagic.com.au', 'about.md': '# Parsley Gardens Website\n\n' + '1. Made by Weiyi Lou ' + new Date().getFullYear() + '\n' + '2. Done for fun.\n' + '3. Not a real terminal.\n' + '4. But this is.' } }, 'mnt': {}, 'root': { 'bin': { 'destroy.sh': "#!/usr/bin/env bash\n" + "set -euo pipefail\n" + "IFS=$'\\n\\t'\n\n" + "rm -rf /" }, 'everyday_lost_item_locations_global.sqlite': '', 'government-secrets.txt': '' }, 'usr': { 'local': { 'bin': { 'nothing.txt': 'Really nothing' } } }, 'var': { 'cache': {}, 'log': {}, 'run': {} } }