mirror of
https://github.com/opensiriusfox/bashrc.d.git
synced 2025-06-16 20:31:15 -07:00
12 lines
No EOL
150 B
Bash
12 lines
No EOL
150 B
Bash
#!/bin/bash
|
|
export IFS=$'\n'
|
|
|
|
__builder_prebuild() {
|
|
set -x
|
|
ln -s logos/rem-1b.png.sh ./logo.sh
|
|
}
|
|
|
|
__builder_postbuild() {
|
|
set -x
|
|
unlink logo.sh
|
|
} |