diff options
| author | Pavel Šimerda <pavlix@pavlix.net> | 2017-12-28 14:31:06 +0100 |
|---|---|---|
| committer | Thomas Haller <thaller@redhat.com> | 2018-01-09 15:30:09 +0100 |
| commit | 022c87e4ddd1eea5bf1e07852783752bd02e3f44 (patch) | |
| tree | 2c35520e92e6dc9c8c8ff509247b2a6ab8a4778d /nmcli | |
| parent | 4ff155fa70e11ad2658ddfb0b5df62810494a929 (diff) | |
| download | NetworkManager-th/pr/52.tar.gz | |
development: make it possible to run NetworkManager from build directoryth/pr/52
The combination of `./develop.sh` for bootstrap and configuration and the
`./NetworkManager` and `./nmcli` makes it easy to build NetworkManager and
then run it from the build directory.
Diffstat (limited to 'nmcli')
| -rwxr-xr-x | nmcli | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -0,0 +1,10 @@ +#/bin/sh + +command="./clients/cli/nmcli" +arguments="" + +export LD_LIBRARY_PATH=./libnm/.libs + +ldd $command | grep libnm + +$command $arguments "$@" |
