9afddcf266
Change-Id: I7d83bb2b359e7a8c3858eca04c96e35cf4e1fe9e
3 lines
81 B
Bash
Executable file
3 lines
81 B
Bash
Executable file
#!/bin/sh
|
|
|
|
install -m 0755 -o root -g root $(dirname $0)/../bin/* /usr/local/bin
|