forked from Alirezaies/myss
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tree.txt
70 lines (69 loc) · 2.25 KB
/
tree.txt
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
.
├── CHANGELOG
├── LICENSE
├── Linux
│ ├── compress-myss.desktop
│ ├── compress-myss.sh
│ ├── install.sh
│ ├── Myss.desktop
│ ├── myss.sh
│ └── scrot
│ ├── acinclude.m4
│ ├── aclocal.m4
│ ├── AUTHORS
│ ├── ChangeLog
│ ├── config.log
│ ├── configure
│ ├── configure.ac
│ ├── configure.in
│ ├── COPYING
│ ├── install-sh
│ ├── Makefile.am
│ ├── Makefile.in
│ ├── missing
│ ├── mkinstalldirs
│ ├── README
│ ├── scrot.1
│ ├── scrot.spec
│ ├── scrot.spec.in
│ ├── src
│ │ ├── config.h.in
│ │ ├── debug.h
│ │ ├── getopt1.c
│ │ ├── getopt.c
│ │ ├── getopt.h
│ │ ├── imlib.c
│ │ ├── main.c
│ │ ├── Makefile.am
│ │ ├── Makefile.in
│ │ ├── options.c
│ │ ├── options.h
│ │ ├── scrot.h
│ │ ├── stamp-h.in
│ │ └── structs.h
│ └── TODO
├── 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
8 directories, 59 files