This website requires JavaScript.
Explore
Help
Sign In
xavier
/
config-bash
Watch
1
Star
0
Fork
0
You've already forked config-bash
Code
Issues
Pull Requests
Releases
Wiki
Activity
5d71c2aa96
config-bash
/
libs
/
basedir.bash
6 lines
71 B
Bash
Raw
Normal View
History
Unescape
Escape
Add bash configuration files
2013-04-24 16:58:31 +02:00
#!/bin/bash
function
basedir
(
)
{
feat: Corrections shellcheck
2024-06-28 12:28:56 +02:00
(
cd
"
$(
dirname
\"
$-
2
\"
)
"
&&
pwd
)
Add bash configuration files
2013-04-24 16:58:31 +02:00
}
Reference in New Issue
Copy Permalink