OpenVPN-Admin/installation/scripts/functions.sh

7 lines
108 B
Bash
Raw Normal View History

#!/bin/bash
function echap() {
# echap ' and \
echo "$1" | sed s/\\\\/\\\\\\\\/g | sed s/\'/\\\\\'/g
}