From 3209a9fa6e87ad4d2f9d1087a1206347df4c6214 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 24 Nov 2016 11:38:44 +0200 Subject: Reorganize the script structure --- lib-11-32 | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 lib-11-32 (limited to 'lib-11-32') diff --git a/lib-11-32 b/lib-11-32 new file mode 100755 index 0000000..0d34aea --- /dev/null +++ b/lib-11-32 @@ -0,0 +1,10 @@ +#! /usr/bin/env bash + +# The contents of these files are all identical; the information is carries by +# the file name which should be in the form --. See +# msvc-dispatch for details. +# +src_exe="$(realpath ${BASH_SOURCE[0]})" +src_dir="$(dirname "$src_exe")" + +source "$src_dir/msvc-dispatch" -- cgit v1.1