mirror of
https://github.com/rancher/os.git
synced 2025-04-28 11:24:26 +00:00
5 lines
65 B
Bash
Executable File
5 lines
65 B
Bash
Executable File
#!/bin/bash
|
|
# help: Launch shell in build environment
|
|
|
|
exec bash
|