Skip to content

Commit

Permalink
Adding Community Module Project Support
Browse files Browse the repository at this point in the history
  • Loading branch information
PrivateLocker committed Nov 17, 2019
1 parent 20a45dd commit 7e151fd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ do_sleep(){
sleep $WAITTIME
fi
}
runproject(){
if [ -f $1 ]; then
source $1
else
print_error "No Module located.";
fi
}
check_good(){
if [[ $LOGVERBOSE == NULL ]]; then
echo -e "\x1B[01;32m[\xE2\x9C\x94]\x1B[0m $1"
Expand Down

0 comments on commit 7e151fd

Please sign in to comment.