#!/bin/bash source ./os_probe.bash if [ "$osp" = "Debian" ]; then echo "Debian" fi if [ "$osp" = "Arch" ]; then echo "Arch" fi