sample script shufflin'
This commit is contained in:
3
script-samples/post/first.sh
Normal file
3
script-samples/post/first.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo 'This is another sample script. It would run after the install has completed.'
|
||||
3
script-samples/post/second.py
Normal file
3
script-samples/post/second.py
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
print('And this is the second post script.\n')
|
||||
Reference in New Issue
Block a user