mirror of
https://github.com/rancher/os.git
synced 2026-02-05 15:46:39 +01: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
|