5 lines
53 B
Bash
Executable File
5 lines
53 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
mkdir data
|
|
chowm 1000:1000 data
|