#!/bin/bash

csudo=""
if command -v sudo > /dev/null; then
    csudo="sudo"
fi

