Kernel Packages Group 0e875cd38c Initial commit
2025-02-03 11:19:35 +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