8 lines
109 B
Bash
8 lines
109 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
touch database.yaml
|
||
|
|
touch grant.yaml
|
||
|
|
touch user.yaml
|
||
|
|
touch secret.yaml
|
||
|
|
touch kustomization.yaml
|