8 lines
54 B
Plaintext
8 lines
54 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
main() {
|
||
|
⚡️$1
|
||
|
}
|
||
|
|
||
|
main "$@"
|