mirror of
https://github.com/rancher/os.git
synced 2025-09-01 06:40:31 +00:00
8 lines
82 B
Bash
8 lines
82 B
Bash
![]() |
#!/bin/bash
|
||
|
set -e
|
||
|
|
||
|
cd $(dirname $0)/..
|
||
|
. ./scripts/dapper-common
|
||
|
|
||
|
exec dapper -s
|