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