summaryrefslogtreecommitdiff
path: root/src/intellij/diff.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/intellij/diff.sh')
-rwxr-xr-xsrc/intellij/diff.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/intellij/diff.sh b/src/intellij/diff.sh
deleted file mode 100755
index 54f9248608..0000000000
--- a/src/intellij/diff.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/bin/env bash
-#
-# Diffs the SAMPLE files against the working project config.
-#
-export SCRIPT_DIR="$( cd "$( dirname "$0" )" && pwd )"
-for f in "$SCRIPT_DIR"/*.{iml,ipr}; do
- echo $f; diff -u $f.SAMPLE $f;
-done