Call another function and make it return directly to this function's caller

前端 未结 0 859
别跟我提以往
别跟我提以往 2020-12-05 03:29

I often find myself writing one-line shell script wrappers like this (simple example):

#!/bin/sh
exec /usr/bin/ls -la &         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题