mirror of
https://github.com/olbat/binsh.git
synced 2026-04-03 00:09:25 -06:00
how to compile then run a bash script? #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @m2acgi on 6/6/2018
I have a bash script like this
It no work after complie with
./build.sh sample.sh 123456 sample. I'am using the Debian linux, as it's default shell is dash, not bash, so I wanna to compile with /bin/bash, then how would I do?