Skip to content

Instantly share code, notes, and snippets.

@Tchaokko
Tchaokko / vh.sh
Last active February 10, 2020 09:43
Premier jet
#!/bin/bash
APACHE_SITES="/home/tchaokko/test"
VERSION_APACHE="1"
if [ $VERSION_APACHE == "1" ] ;
then
DEST=$APACHE_SITES
elif [[ $VERSION_APACHE == "2" ]]; then