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