Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.34 KB | None | 0 0
  1. $ tree /working/
  2. /working/
  3. |-- tools
  4. |   |-- getesp
  5. |   `-- getesp.c
  6. `-- wargames
  7.     |-- 001-Donut.Plains
  8.     |   |-- Donut1
  9.     |   |   |-- Donut1
  10.     |   |   |-- Donut1.c
  11.     |   |   |-- set.sh
  12.     |   |   `-- solution_level1
  13.     |   |-- Donut2
  14.     |   |   |-- Donut2
  15.     |   |   |-- Donut2.c
  16.     |   |   `-- set.sh
  17.     |   |-- Donut3
  18.     |   |   |-- Donut3
  19.     |   |   |-- Donut3.c
  20.     |   |   |-- set.sh
  21.     |   |   `-- solution_level3
  22.     |   |-- Donut4
  23.     |   |   |-- level4
  24.     |   |   |-- level4.c
  25.     |   |   `-- solution_level4
  26.     |   |-- Donut5
  27.     |   |   |-- level5
  28.     |   |   |-- level5.c
  29.     |   |   `-- solution_level5
  30.     |   |-- Donut6
  31.     |   |   |-- level6
  32.     |   |   `-- level6.c
  33.     |   |-- Donut7
  34.     |   |   |-- level7
  35.     |   |   `-- level7.c
  36.     |   |-- Donut8
  37.     |   |   |-- level8
  38.     |   |   |-- level8.c
  39.     |   |   `-- solution_level8
  40.     |   |-- level
  41.     |   `-- level.c
  42.     |-- 002-Vanilla.Dome
  43.     |   |-- Vanilla1
  44.     |   |   |-- Vanilla1
  45.     |   |   |-- Vanilla1.c
  46.     |   |   |-- compil
  47.     |   |   |-- hint
  48.     |   |   |-- plo
  49.     |   |   `-- soluce
  50.     |   `-- Vanilla2
  51.     |       |-- Vanilla2
  52.     |       |-- Vanilla2.c
  53.     |       |-- compil
  54.     |       |-- hint
  55.     |       `-- sploit.py
  56.     |-- 003-Butter.Bridge
  57.     |-- 004-Star.Road
  58.     `-- s01-Forest.Of.Illusion
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement