7 lines
129 B
Bash
Executable File
7 lines
129 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Patches to run before building showpieceos
|
|
# Allows for non-destructive deletion of files
|
|
|
|
rm stage2/EXPORT_IMAGE
|