When I make a simple script, I get "Text File Busy" when I try to run it.
dbell@det-ui-supergbe:~$ cat > test2
ls
^Z
[2]+ Stopped cat > test2
dbell@det-ui-supergbe:~$ chmod a+x test2
dbell@det-ui-supergbe:~$ ./test2
-bash: ./test2: Text file busy