mirror of
https://github.com/ENSL/ensl-plugin.git
synced 2024-11-10 07:11:36 +00:00
7 lines
85 B
Bash
Executable file
7 lines
85 B
Bash
Executable file
#!/bin/bash
|
|
|
|
mv /home/amxx/build/* /var/build
|
|
|
|
cd /var/build/pkg
|
|
find . -type f
|
|
bash
|