Kernel Packages Group eee1b54a6e Initial commit
2025-01-20 16:35:37 +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