-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtree.txt
More file actions
35 lines (34 loc) · 1.05 KB
/
tree.txt
File metadata and controls
35 lines (34 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
.
├── CHANGELOG
├── LICENSE
├── Linux
│ ├── compress-myss.desktop
│ ├── compress-myss.sh
│ ├── install.sh
│ ├── Myss.desktop
│ └── myss.sh
├── Mac
│ ├── install.sh
│ └── myssd
├── myss-html
│ ├── components
│ │ ├── css
│ │ │ ├── bootstrap.min.css
│ │ │ ├── hover-min.css
│ │ │ └── style-1.2.css
│ │ └── img
│ │ ├── batman.svg
│ │ ├── earth-globe.svg
│ │ ├── fair.svg
│ │ ├── github.svg
│ │ ├── hand.svg
│ │ ├── instagram.svg
│ │ ├── linkedin.svg
│ │ ├── respect.svg
│ │ ├── skull.svg
│ │ └── twitter.svg
│ ├── index.html
│ └── LICENSE
├── README.md
└── tree.txt
6 directories, 26 files