4 lines
53 B
Bash
Executable File
4 lines
53 B
Bash
Executable File
#!/bin/sh
|
|
|
|
[ $(grep -c 'setup has run' .log) > '2' ]
|