Skip to content

Commit

Permalink
Merge pull request #20 from hanovruslan/remove-useless-lines
Browse files Browse the repository at this point in the history
Remove useless lines
  • Loading branch information
hanovruslan authored Apr 14, 2018
2 parents 5b9a8ac + 2823eb2 commit 0bdd263
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/src-external.sh
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
#@IgnoreInspection BashAddShebang
export self_dir="$(dirname $(readlink -f ${BASH_SOURCE[0]}))"
source "${self_dir}/src.sh"
# bg_hint () {
# echo "run \"${self_dir}/$(basename ${BASH_SOURCE[0]})\" \${machine_name} \${path_to_dir_with_vagrantfile} \${vagrantfile_name}"
# }
( \
export machine="${1:-${VBC_MACHINE}}" \
&& export path="${2:-${VBC_PATH}}" \
&& export file="${3:-${VBC_FILE}}" \
&& export VAGRANT_CWD="${self_dir}/../" \
&& vbc_main ${machine} \
)
#
# bg_hint

0 comments on commit 0bdd263

Please sign in to comment.