6 lines
36 B
Bash
6 lines
36 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
|
||
|
echo "CHECKED"
|
||
|
return 0
|