dev/provisioning/modules/puppi/files/scripts/execute.sh
author ymh <ymh.work@gmail.com>
Tue, 13 Dec 2016 19:41:40 +0100
changeset 470 c5cdf35cab7b
parent 28 b0b56e0f8c7f
permissions -rwxr-xr-x
Correct Ndyuka-Trio Piddin lexvo id (correct m3.11 & m3.12)

#!/bin/bash
# execute.sh - Made for Puppi
# This script just executes what is passed as argument

# Sources common header for Puppi scripts
. $(dirname $0)/header || exit 10

#parse variables
command=$(eval "echo "$*"")

#execute command
eval "${command}"