mirror of
https://github.com/opensiriusfox/bashrc.d.git
synced 2025-06-16 20:31:15 -07:00
Added logo protection to the build script
This commit is contained in:
parent
9549062157
commit
66c0d8e7e4
2 changed files with 45 additions and 0 deletions
12
hostname/kusanagi.meta.sh
Normal file
12
hostname/kusanagi.meta.sh
Normal file
|
@ -0,0 +1,12 @@
|
|||
#!/bin/bash
|
||||
export IFS=$'\n'
|
||||
|
||||
__builder_prebuild() {
|
||||
set -x
|
||||
ln -s logos/tachikoma-ref-b.png.sh ./logo.sh
|
||||
}
|
||||
|
||||
__builder_postbuild() {
|
||||
set -x
|
||||
unlink logo.sh
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue