7 lines
97 B
Bash
Executable File
7 lines
97 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "Pika Kernel - Copying Output"
|
|
|
|
cd ..
|
|
rm ./linux-libc*.deb
|
|
cp ./*.deb ./output/ |