abbiefetch/build-cygwin.sh

6 lines
111 B
Bash
Raw Normal View History

2024-11-12 18:48:53 +00:00
#!/bin/sh
./build.sh
cat 'abbiefetch'$'\r' | tr -d "\r" >> abbiefetch
chmod +x abbiefetch
rm 'abbiefetch'$'\r'