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
# Variable declaration and assignment | |
name="John" | |
age=25 | |
echo "My name is $name and I am $age years old." | |
# Echo command and command substitution | |
echo "Hello, World!" | |
current_directory=$(pwd) | |
echo "Current directory: $current_directory" |
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
<!-- add this to your header --> | |
<div id="google_translate_element"></div> | |
<!-- to your js part --> | |
<script src="script.js"></script> | |
<script type="text/javascript"> | |
function googleTranslateElementInit() { | |
new google.translate.TranslateElement( | |
{pageLanguage: 'en'}, | |
'google_translate_element' |