12 lines
131 B
Bash
Raw Normal View History

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