4 lines
79 B
Bash
Executable File
4 lines
79 B
Bash
Executable File
#!/bin/sh
|
|
|
|
install -m 0644 -D $BINARIES_DIR/boot.scr $TARGET_DIR/boot/boot.scr
|