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.
2 parents 4bfa8f8 + 4d458dc commit 403fa0fCopy full SHA for 403fa0f
bin/cloud9.sh
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
3
-CMD_DIR="$( cd "$( dirname $( readlink "$0" ) )" && pwd )"
4
-cd "$CMD_DIR/.."
+ME=`readlink "$0" || echo "$0"`
+cd `dirname "$ME"`/..
5
6
make worker
7
0 commit comments