Ubuntu Pastebin

Paste from liuxg at Tue, 25 Oct 2016 07:51:33 +0000

Download as text
 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
liuxg@liuxg:/snap/hello/current$ tree -L 3
.
├── bin
│   ├── createfile
│   ├── createfiletohome
│   ├── echo
│   ├── env
│   ├── evil
│   ├── hello
│   └── sh
├── command-createfiletohome.wrapper
├── command-createfile.wrapper
├── command-env.wrapper
├── command-evil.wrapper
├── command-hello-world.wrapper
├── command-hello.wrapper
├── command-sh.wrapper
├── meta
│   ├── gui
│   │   ├── helloworld.desktop
│   │   └── helloworld.png
│   ├── hooks
│   │   └── configure
│   ├── license.txt
│   └── snap.yaml
├── setup
│   ├── gui
│   │   ├── helloworld.desktop
│   │   └── helloworld.png
│   └── license.txt
Download as text