Initial commit
This commit is contained in:
commit
d3c6e29902
202 changed files with 3909 additions and 0 deletions
10
get_absolute_path.sh
Executable file
10
get_absolute_path.sh
Executable file
|
|
@ -0,0 +1,10 @@
|
|||
#!/bin/sh
|
||||
|
||||
cd /
|
||||
|
||||
SCRIPT_DIR_RELATIVE=$(dirname $0)
|
||||
SCRIPT_DIR_ABSOLUTE=$(cd $SCRIPT_DIR_RELATIVE; pwd)
|
||||
|
||||
echo $SCRIPT_DIR_RELATIVE $SCRIPT_DIR_ABSOLUTE
|
||||
|
||||
pwd
|
||||
Loading…
Add table
Add a link
Reference in a new issue