mirror of
https://github.com/Dushistov/sdcv.git
synced 2025-12-16 09:51:56 +00:00
remove autotools stuff, now sdcv uses cmake
This commit is contained in:
@@ -1,6 +1,14 @@
|
||||
#!/bin/sh
|
||||
# check that in not-interactive mode sdcv not wait any input
|
||||
|
||||
../src/sdcv -n >/dev/null 2>&1 &
|
||||
PATH_TO_SDCV="$1"
|
||||
|
||||
if test ! -x "$PATH_TO_SDCV"; then
|
||||
echo "Can not find sdcv binary $1" >&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
"$PATH_TO_SDCV" -n >/dev/null 2>&1 &
|
||||
PID=$!
|
||||
sleep 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user