6 lines
43 B
Bash
Executable file
6 lines
43 B
Bash
Executable file
#!/bin/bash
|
|
|
|
foo=`dirname $0`
|
|
|
|
echo $foo;
|
|
|