14 lines
199 B
Bash
14 lines
199 B
Bash
|
#!/bin/bash
|
||
|
# -*-mode: sh; tab-width: 8; coding: utf-8-unix -*-
|
||
|
|
||
|
PREFIX=/usr/local
|
||
|
|
||
|
ROLE=base
|
||
|
|
||
|
. /usr/local/etc/local.d/local.bash || exit 1
|
||
|
|
||
|
local_guest || exit 3$?
|
||
|
|
||
|
#? local_guest_add_xorg_conf
|
||
|
|