4 lines
140 B
Bash
4 lines
140 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
echo 'This is an example script. It currently does nothing. You can run anything here. It would run before disk partitioning.'
|