Files
structure/bash/_helpers.sh
WP Studio e699876976 * use helpers script with dot version function for xdebug start and quit script
* condionaly laynch sed tunr on profile options for php 74 & correct appropriate logic
2025-01-15 13:17:54 +03:00

5 lines
92 B
Bash

function dot_version() {
sed -r 's/^([[:digit:]])/\1./g' <<< $1
}
export -f dot_version