8 lines
143 B
Bash
Executable File
8 lines
143 B
Bash
Executable File
#!/bin/sh
|
|
|
|
bas_root="$(dirname "$0")"
|
|
|
|
export SCHEME="$(xrescat basilisk.theme)"
|
|
shchemes inject "${bas_root}/config.kdl"
|
|
"${bas_root}/genctl"
|