add cygwin specific build script
This commit is contained in:
parent
e7b1f334ba
commit
c4e8cfe8ae
1 changed files with 5 additions and 0 deletions
5
build-cygwin.sh
Executable file
5
build-cygwin.sh
Executable file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/sh
|
||||||
|
./build.sh
|
||||||
|
cat 'abbiefetch'$'\r' | tr -d "\r" >> abbiefetch
|
||||||
|
chmod +x abbiefetch
|
||||||
|
rm 'abbiefetch'$'\r'
|
Loading…
Reference in a new issue