help-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bash invocation , functionality question ..


From: alex xmb sw ratchev
Subject: bash invocation , functionality question ..
Date: Fri, 7 Jun 2024 22:33:20 +0200

i have the following task i wanna acomplish
a /bin/sh that starts bash in bash mode

i have
/bin/sh :
#!/bin/bash
exec bash "$@"

now i want , if possible :
a code for /bin/sh that doesnt spawn bash a second time
eg . /dev/stdin
but i dont have the know how of different bash runway args

greets


reply via email to

[Prev in Thread] Current Thread [Next in Thread]