5 lines
64 B
Plaintext
5 lines
64 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
declare -r EXIT_SUCCESS="0"
|
||
|
exit "${EXIT_SUCCESS}"
|