5 lines
66 B
Bash
Executable File
5 lines
66 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
mkdir -p data/alloy
|
|
chown 473:473 data/alloy
|