a ton of changes to fix the production directory. formerly this directory $FEISTY_ME...
[feisty_meow.git] / scripts / clam / dotnet-retired / csharper.sh
diff --git a/scripts/clam/dotnet-retired/csharper.sh b/scripts/clam/dotnet-retired/csharper.sh
new file mode 100644 (file)
index 0000000..ec47603
--- /dev/null
@@ -0,0 +1,8 @@
+#!/bin/bash\r
+declare -a flipped=()\r
+for i in $*; do\r
+  flip=$(echo $i | sed -e 's/\/\([a-zA-Z]\)\//\1:\//' | tr '/' '\\')\r
+  flipped+=($flip)\r
+done\r
+${FRAMEWORK_DIR}/csc ${flipped[*]}\r
+\r