mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-04 02:15:24 +01:00
8 lines
212 B
Bash
Executable file
8 lines
212 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# SPDX-FileCopyrightText: 2022 Andrius Štikonas <andrius@stikonas.eu>
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
# Replace this hook if you wish to do more
|
|
|
|
exec env - PATH="${PREFIX}/bin" PS1="\w # " bash -i
|