forked from sig_core/toolkit
4 lines
106 B
Bash
Executable file
4 lines
106 B
Bash
Executable file
#!/bin/bash
|
|
r_log "perl" "Verify that perl is installed"
|
|
perl --version &> /dev/null
|
|
r_checkExitStatus $?
|