#!/bin/sh -
是(或至少是)经常被推荐的shebang来解释脚本/bin/sh。
/bin/sh
为什么不只是#! /bin/sh或#!/bin/sh?
#! /bin/sh
#!/bin/sh
那是-为了什么?
-
shell-script
shell-script ×1