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