Created
February 24, 2019 09:24
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/ | |
#Program: execute simple commands | |
echo "This month calender: \n" | |
cal feb 2019 | |
echo "My shell is : $SHELL" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment