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