mirror of
https://github.com/opensiriusfox/bashrc.d.git
synced 2025-06-17 04:40:32 -07:00
removed a bunch of special processing
This commit is contained in:
parent
3e6e45d4e2
commit
04c6996897
8 changed files with 100 additions and 0 deletions
12
hostname/ram-the-red.meta.sh
Normal file
12
hostname/ram-the-red.meta.sh
Normal file
|
@ -0,0 +1,12 @@
|
|||
#!/bin/bash
|
||||
export IFS=$'\n'
|
||||
|
||||
__builder_prebuild() {
|
||||
set -x
|
||||
ln -s logos/ram-1b.png.sh ./logo.sh
|
||||
}
|
||||
|
||||
__builder_postbuild() {
|
||||
set -x
|
||||
unlink logo.sh
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue