mirror of
https://github.com/ENSL/ensl-plugin.git
synced 2024-11-10 07:11:36 +00:00
a6f76694f7
Use compose
11 lines
No EOL
247 B
Bash
Executable file
11 lines
No EOL
247 B
Bash
Executable file
#!/bin/bash
|
|
|
|
echo "Copying files to build folder."
|
|
echo "-------------------------------"
|
|
mv -v /home/amxx/build/* /var/build
|
|
|
|
echo "Following files in the package:"
|
|
echo "-------------------------------"
|
|
cd /var/build/pkg
|
|
find . -type f
|
|
/bin/bash |