🖋️ Command Reference
shebang
View Source
local commandPath=/bin/bash
[ $# -gt 0 ] && commandPath="$*"
!fn --shellpen-private writeDSL prependln "#! $commandPath"
Write ‘#!’ hashbang with provided command path (default:
/bin/bash
)
shebang
local commandPath=/bin/bash
[ $# -gt 0 ] && commandPath="$*"
!fn --shellpen-private writeDSL prependln "#! $commandPath"
Write ‘#!’ hashbang with provided command path (default:
/bin/bash
)