5 lines
86 B
Bash
Executable file
5 lines
86 B
Bash
Executable file
#! /usr/bin/bash
|
|
|
|
echo '>>> running' $1
|
|
|
|
. ${HOME}/Projects/scripts/$1.sh $2 $3 $4 $5
|