dotfiles/common.sh

5 lines
120 B
Bash
Raw Normal View History

2020-07-03 22:31:51 +00:00
#!/bin/bash
# Should not be executable, only sourced by other scripts
command_exists() { command -v ${1} >/dev/null; }