Skip to content

Directory File Structure

2MuchCoff33 edited this page Jan 6, 2026 · 1 revision

Directory & File Structure

A visual guide to the main folders and files in Elvis.

Visual Tree

elvis/
  bin/
    elvis.sh
  lib/
    ... (AWK, SED, and shell scripts)
  etc/
    elvisrc
  srv/
    urls.txt, ua.txt, company_history.txt
  var/
    log/, spool/, temp/
  docs/
    ... (tutorials, guides, images)
  tests/
    ... (test scripts and fixtures)
  home/
    calllist.txt

Key Files

  • bin/elvis.sh: Main entrypoint
  • etc/elvisrc: All configuration
  • lib/: Extraction, processing, validation scripts
  • srv/: Seeds, user agents, company history
  • var/: Logs, spool, temp files
  • docs/: Documentation and images
  • tests/: Test harness and fixtures
  • home/calllist.txt: Output file

Back to Wiki Home

Clone this wiki locally