bash - Shell Script Source: Not Found - Stack Overflow

bash - Shell Script Source: Not Found - Stack Overflow

瀏覽:773
日期:2025-10-02
Your shebang line says Bash but the symptom suggests that you are running it with sh , which doesn't have a source command. Superficially ......看更多