This website requires JavaScript.
Explore
Help
Sign In
qrakhen
/
qash
Watch
1
Star
0
Fork
You've already forked qash
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
1073e803f7
qash
/
library
/
getdir.sh
4 lines
71 B
Bash
Raw
Blame
History
#!/bin/bash
dir
=
$(
cd
"
$(
dirname
"
${
BASH_SOURCE
}
"
)
"
&&
pwd
)
echo
"
$dir
"
Reference in New Issue
View Git Blame
Copy Permalink