linuxOS_AP05/debian/test/usr/bin/run-with-aspell

5 lines
57 B
Plaintext
Raw Permalink Normal View History

2025-09-26 01:40:02 +00:00
#!/bin/sh
PATH=/usr/lib/aspell:$PATH
export PATH
exec $@