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