Questions tagged [execline]

Execline, according to its website, is "a (non-interactive) scripting language, like sh ; but its syntax is quite different from a traditional shell syntax. The execlineb program is meant to be used as an interpreter for a text file; the other commands are essentially useful inside an execlineb script."

Execline, according to its website, is

a (non-interactive) scripting language, like sh ; but its syntax is quite different from a traditional shell syntax. The execlineb program is meant to be used as an interpreter for a text file; the other commands are essentially useful inside an execlineb script.

2 questions
0
votes
1 answer

Run execlineb when container start failed. Docker for windosw

I'm trying to run simple script inside docker container after start. Initialy previous developer decided to use s6 inside. #!/usr/bin/execlineb -P foreground { sleep 2 } nginx When i'm trying to start i'm gettings this message execlineb: usage:…
0
votes
1 answer

Linux execline scripting

So I need to benchmark a program that I wrote, and for some reason, my professor asked to benchmark it against an execline script. After 3 hours, I still have no clue how to do execline scripting. could someone please transfer this bash script into…
Saik
  • 993
  • 1
  • 16
  • 40