5 lines
82 B
Bash
5 lines
82 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
export LD_LIBRARY_PATH=$PWD/lib:$LD_LIBRARY_PATH
|
||
|
./acsmdownloader $@
|