7 lines
123 B
Plaintext
7 lines
123 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
#i for now put everything into examples directory
|
||
|
|
||
|
echo ../../src/vpp-api/lua /usr/share/vpp/examples > ${2}
|
||
|
|