Running an ADEdit script as a shell script
You can also run the script as a shell script. In this case, the script file would have the .sh
suffix and would contain the following lines at the beginning of the file:
#!/bin/sh # \ exec adedit "$0" ${1+"$@"} package require ade_lib