Skip to content

Instantly share code, notes, and snippets.

@SteadBytes
Last active July 23, 2018 15:59
Show Gist options
  • Save SteadBytes/ae3d89c0b3c3334cd66a8676191fa670 to your computer and use it in GitHub Desktop.
Save SteadBytes/ae3d89c0b3c3334cd66a8676191fa670 to your computer and use it in GitHub Desktop.
sed prepend to file
# prepend shebang to a script
sed -i '1i #!/bin/bash' my-script.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment