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
+3
View File
@@ -0,0 +1,3 @@
#!/usr/bin/env python
print('And this is the second post script.\n')
+6
View File
@@ -0,0 +1,6 @@
#!/usr/bin/env perl
use strict;
use warnings;
print "And this is the second pre (bootstrap) script.\n";