8 lines
91 B
Bash
Executable File
8 lines
91 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
cd $(realpath $(dirname $0)/..)
|
|
|
|
tools/bin/easyboot -e boot astryon.iso
|