We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edcd6f9 commit 6aa5e7eCopy full SHA for 6aa5e7e
bin/ecs
@@ -1,3 +1,3 @@
1
#!/bin/bash
2
CURRENT_FOLDER=$(dirname $(readlink -f "$0"))
3
-cs -i "$CURRENT_FOLDER/../imports" "$CURRENT_FOLDER/../ecs.csc" $*
+cs -i "$CURRENT_FOLDER/../imports" "$CURRENT_FOLDER/../ecs.csc" "$@"
0 commit comments