abbiefetch/build-cygwin.sh

5 lines
111 B
Bash
Executable file

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