linux-6.13.0/scripts/output.sh

12 lines
125 B
Bash
Raw Normal View History

2025-01-20 16:35:37 +01:00
#!/bin/bash
echo "Pika Kernel - Copying Output"
cd ..
rm ./linux-libc*.deb
for f in *.deb;
do
cp $f ./output/$f
done