Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Try to cleanup a bit the cmake-related scripts
[simgrid.git] / buildtools / Cmake / Cmake / chdir_run.sh
diff --git a/buildtools/Cmake/Cmake/chdir_run.sh b/buildtools/Cmake/Cmake/chdir_run.sh
new file mode 100755 (executable)
index 0000000..7c81fbb
--- /dev/null
@@ -0,0 +1,4 @@
+#! /bin/sh
+cd $1
+shift
+exec "$@"