mirror of
https://github.com/barkeser2002/flower.git
synced 2026-09-25 21:36:21 +03:00
7 lines
123 B
Bash
7 lines
123 B
Bash
#!/usr/bin/env sh
|
|
set -e
|
|
|
|
# written as a script shell, because pipe management in python is horrible
|
|
ldd $1 | grep liblz4
|
|
|