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