6 lines
72 B
Plaintext
6 lines
72 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
path=$(pwd);
|
||
|
cd $DEV_OPT_PATH/tsoding/ded
|
||
|
./ded $path/$1 &
|