linuxOS_AP05/debian/test/usr/bin/run-with-aspell
2025-09-26 09:40:02 +08:00

5 lines
57 B
Bash
Executable File

#!/bin/sh
PATH=/usr/lib/aspell:$PATH
export PATH
exec $@