sample script shufflin'

This commit is contained in:
brent s
2017-05-04 03:25:20 -04:00
parent 9af137c660
commit b76ec6ccca
6 changed files with 15 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
#!/bin/bash
echo 'This is an example script. It currently does nothing. You can run anything here. It would run before disk partitioning.'

View File

@@ -0,0 +1,6 @@
#!/usr/bin/env perl
use strict;
use warnings;
print "And this is the second pre (bootstrap) script.\n";