add cygwin specific build script

This commit is contained in:
abbie 2024-11-12 18:48:53 +00:00
parent e7b1f334ba
commit c4e8cfe8ae
Signed by: threeoh6000
GPG key ID: 801FE4AD456E922C

5
build-cygwin.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/sh
./build.sh
cat 'abbiefetch'$'\r' | tr -d "\r" >> abbiefetch
chmod +x abbiefetch
rm 'abbiefetch'$'\r'