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