Created
January 11, 2018 11:52
-
-
Save arnawldo/81d8187b87ef008772b8e4f8eda15848 to your computer and use it in GitHub Desktop.
demo-script.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
mkdir example-dir | |
touch test.py | |
cp test.py example-dir/test.py | |
cd example | |
ls -al | grep "\.py$" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment