4 lines
56 B
Bash
4 lines
56 B
Bash
|
#!/bin/sh
|
||
|
mkdir -p ./site_root
|
||
|
mkdir -p ./site_root/css
|