Hacker News new | ask | show | jobs
by eridius 4054 days ago
That doesn't work for me (in Fish).

  > cat foo
  echo wat
  > ./foo
  Failed to execute process './foo'. Reason:
  exec: Exec format error
  The file './foo' is marked as an executable but could not be run by the operating system.
It does however work in Bash. So this appears to be a bash-ism, rather than an OS feature.
1 comments

Ah, bummer. I tested in csh too but not fish.