9 lines
55 B
Bash
9 lines
55 B
Bash
#!/usr/bin/env bash
|
|
|
|
|
|
main() {
|
|
if [[ ]]
|
|
}
|
|
|
|
main "$@"
|