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
// This file should be pasted in | |
// /home/<user>/.platformio/packages/framework-simba/src/boards/esp12e | |
/** | |
* @section License | |
* | |
* The MIT License (MIT) | |
* | |
* Copyright (c) 2014-2017, Erik Moqvist | |
* | |
* Permission is hereby granted, free of charge, to any person |
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
if [ "$color_prompt" = yes ]; then | |
PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ ' | |
else | |
PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ ' | |
fi | |
#https://askubuntu.com/questions/145618/how-can-i-shorten-my-command-line-bash-prompt |
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 | |
basePath="/home/rahuldeo/Downloads/AudioArchive/Gita/Hindi/" | |
#/home/rahuldeo/Downloads/AudioArchive/Gita/Hindi/" | |
array_verse=(39 71 43 42 27 42 30 28 34 40 52 16 29 24 19 19 24 74) | |
#array_chapter=(1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18) | |
array_title=("Doha" "Transliteration" "Anvaya" "Translation") |