Created
September 7, 2024 17:31
-
-
Save luisadha/dacbaa30a7c8f10f7f68476e56241efd to your computer and use it in GitHub Desktop.
Embed any code for rcfile
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
# .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