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 another sample script. It would run after the install has completed.'

View File

@@ -0,0 +1,3 @@
#!/usr/bin/env python
print('And this is the second post script.\n')