From a32195ea33e3a9303f0bc08d45a718c079e73fc8 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 18 May 2018 12:42:34 +0200 Subject: Add support for 15u7 --- cl-15u7-64 | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 cl-15u7-64 (limited to 'cl-15u7-64') diff --git a/cl-15u7-64 b/cl-15u7-64 new file mode 100755 index 0000000..0d34aea --- /dev/null +++ b/cl-15u7-64 @@ -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