5 lines
34 B
Bash
5 lines
34 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cd $(dirname $0)
|
||
|
pwd
|