fixed interactive shell call method

This commit is contained in:
levasseur
2021-09-20 17:35:50 +02:00
parent 2de98f91e8
commit 6a202f20fa
2 changed files with 3 additions and 4 deletions

2
bash.rc Normal file
View File

@@ -0,0 +1,2 @@
# Very simple bash RC for interactive script debugging
PS1='(init.sh) \u@\h:\w\$ '