sample script shufflin'
This commit is contained in:
3
script-samples/pre/first.sh
Normal file
3
script-samples/pre/first.sh
Normal 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.'
|
||||
6
script-samples/pre/second.pl
Normal file
6
script-samples/pre/second.pl
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env perl
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
print "And this is the second pre (bootstrap) script.\n";
|
||||
Reference in New Issue
Block a user