linux-pikaos-template/scripts/output.sh

12 lines
125 B
Bash
Raw Permalink Normal View History

2023-02-22 16:23:11 +01:00
#!/bin/bash
echo "Pika Kernel - Copying Output"
cd ..
rm ./linux-libc*.deb
2023-05-24 16:59:45 +02:00
2023-05-24 17:18:33 +02:00
for f in *.deb;
2023-05-24 16:59:45 +02:00
do
2024-07-21 15:42:30 +02:00
cp $f ./output/$f
2023-05-24 16:59:45 +02:00
done