parent
6c5fc2be1a
commit
f5695468d6
5 changed files with 0 additions and 0 deletions
14
bin/common.sh
Normal file
14
bin/common.sh
Normal file
|
@ -0,0 +1,14 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
theme_path="web/themes/custom/opdavies"
|
||||
|
||||
function run_command {
|
||||
title=$1
|
||||
command=$2
|
||||
|
||||
echo -e "\e[32m$title\e[0m"
|
||||
echo -e "\e[33mExecuting: \e[0m$command"
|
||||
$command
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue