5 lines
117 B
Bash
Executable File
5 lines
117 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
cat html-part.txt css-part.txt robots-part.txt htaccess-part.txt DS-store-part.txt | tr -d \\n
|
|
|