Skip to content

Instantly share code, notes, and snippets.

@Micrified
Last active March 24, 2022 21:36
Show Gist options
  • Save Micrified/1dcb81850086a287f5d47f2d13db07b4 to your computer and use it in GitHub Desktop.
Save Micrified/1dcb81850086a287f5d47f2d13db07b4 to your computer and use it in GitHub Desktop.
Bundle example script
for i in $*
do
echo "echo $i 1>&2"
echo "cat >$i << 'END-MARKER-$i'"
cat $i
echo "END-MARKER-$i"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment