3 lines
128 B
Bash
3 lines
128 B
Bash
#!/bin/sh
|
|
echo "libcryptopp$(ls -1 *tar.gz |cut -b 10)_$(ls -1 *tar.gz |cut -b 12)_$(ls -1 *tar.gz |cut -b 14)" > baselibs.conf
|