mirror of
https://github.com/rancher/os.git
synced 2025-05-08 16:16:20 +00:00
5 lines
65 B
Plaintext
5 lines
65 B
Plaintext
|
#!/bin/bash
|
||
|
# help: Launch shell in build environment
|
||
|
|
||
|
exec bash
|