5 lines
57 B
Bash
Executable File
5 lines
57 B
Bash
Executable File
#!/bin/sh
|
|
PATH=/usr/lib/aspell:$PATH
|
|
export PATH
|
|
exec $@
|