mirror of
https://github.com/lretq/fake-battery-linux.git
synced 2026-08-22 13:27:19 +00:00
6 lines
115 B
Bash
Executable File
6 lines
115 B
Bash
Executable File
#!/bin/sh
|
|
|
|
for dir in fake-battery.c Makefile; do
|
|
echo ${dir} /usr/src/${PACKAGE_NAME}-${PACKAGE_VERSION}
|
|
done
|