linux-pikaos-template/scripts/output.sh

12 lines
133 B
Bash
Raw 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
for f in ./*.deb;
do
cp $f ./output/lunar_$f
done