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 ee78014 commit 2ab7f2cCopy full SHA for 2ab7f2c
bin/cloud9.sh
@@ -1,6 +1,6 @@
1
#!/bin/sh
2
3
-CMD="$(readlink $0)"
+CMD="$(readlink -e $0)"
4
CMD_DIR=`dirname "$CMD"`
5
cd "$CMD_DIR/.."
6
0 commit comments