funtion myfunc(arg0) {
let a;
if (something) {
a = b;
}
console.log('some message');
}
require 'redcarpet'
markdown = Redcarpet.new("Hello World!")
puts markdown.to_html
# If not running interactively, don't do anything
case $- in
*i*) ;;
*) return;;
esac
alias hsd='ssh highsci-dev'
alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo error)" "$(history|tail -n1|sed -e '''s/^\s*[0-9]\+\s*//;s/[;&|]\s*alert$//''')"'
# Alias definitions.
if [ -f ~/.bash_aliases ]; then
. ~/.bash_aliases
fi