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