ensl-plugin/build.sh

11 lines
247 B
Bash
Raw Permalink Normal View History

#!/bin/bash
2021-02-06 04:11:06 +00:00
echo "Copying files to build folder."
echo "-------------------------------"
mv -v /home/amxx/build/* /var/build
2018-04-29 19:26:48 +00:00
2021-02-06 04:11:06 +00:00
echo "Following files in the package:"
echo "-------------------------------"
2018-04-29 19:26:48 +00:00
cd /var/build/pkg
find . -type f
2021-02-06 04:11:06 +00:00
/bin/bash