4 lines
102 B
Bash
Executable File
4 lines
102 B
Bash
Executable File
#!/bin/bash
|
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
exec "$DIR/home/bin/dfm" setup $@
|