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 | 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 |