Skip to content

Instantly share code, notes, and snippets.

@luisadha
Created September 7, 2024 17:31
Show Gist options
  • Save luisadha/dacbaa30a7c8f10f7f68476e56241efd to your computer and use it in GitHub Desktop.
Save luisadha/dacbaa30a7c8f10f7f68476e56241efd to your computer and use it in GitHub Desktop.
Embed any code for rcfile
# .bashrc -*- mode: sh -*-
pthon3 - <<EOF
# Kode Python di sini
print("Halo dari Python!")
EOF
expect - <<EOF
spawn brandomusic
expect {
"(y/n)" {
send "y\r"
}
}
expect eof
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment