linux-pikaos-6.12.0/scripts/output.sh
Kernel Packages Group fc878d9d3b Initial commit
2024-11-04 21:25:11 +01:00

12 lines
125 B
Bash
Executable File

#!/bin/bash
echo "Pika Kernel - Copying Output"
cd ..
rm ./linux-libc*.deb
for f in *.deb;
do
cp $f ./output/$f
done