readded udpated scripts directory
This commit is contained in:
parent
cd053a412a
commit
f3117c81d9
84 changed files with 3210 additions and 0 deletions
15
scripts/python_script.sh
Executable file
15
scripts/python_script.sh
Executable file
|
|
@ -0,0 +1,15 @@
|
|||
##!/bin/python3
|
||||
|
||||
#print("RUN THIS DIRECTLY FROM PYTHON!")
|
||||
|
||||
#!/bin/bash
|
||||
|
||||
python - <<'END_SCRIPT'
|
||||
print("TESTPRINT")
|
||||
END_SCRIPT
|
||||
|
||||
python -c 'print("ANOTHER_TEST_PRINT")'
|
||||
|
||||
python <<< 'print("YET_ANOTHER_TEST")'
|
||||
|
||||
echo "THIS IS BASH TALKING NOW"
|
||||
Loading…
Add table
Add a link
Reference in a new issue