3 lines
50 B
Bash
Executable File
3 lines
50 B
Bash
Executable File
#!/bin/sh
|
|
exec /opt/drweb/`basename $0.real` "$@"
|