dotfiles/common.sh
2020-07-03 17:31:53 -05:00

4 lines
120 B
Bash

#!/bin/bash
# Should not be executable, only sourced by other scripts
command_exists() { command -v ${1} >/dev/null; }