3 lines
65 B
Bash
Executable file
3 lines
65 B
Bash
Executable file
#!/bin/sh
|
|
echo "copy '$(ls *.so)' to /_libs/"
|
|
cp -f *.so /_libs/
|