Created
March 2, 2026 13:34
-
-
Save atermenji/a941e4a04ca18640de00b730a9395163 to your computer and use it in GitHub Desktop.
test.sh
This file contains hidden or 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 | |
| # Run the list command with hidden files and details | |
| ls -la | |
| # Print the message to the terminal | |
| echo "hello from inside" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment