Skip to content

Instantly share code, notes, and snippets.

@akrennmair
Created July 31, 2014 13:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akrennmair/0b7f8013c58e133e203a to your computer and use it in GitHub Desktop.
Save akrennmair/0b7f8013c58e133e203a to your computer and use it in GitHub Desktop.
foobar.sh
#!/bin/sh
# save as foobar.sh, chmod 755 foobar.sh, ./foobar.sh and see what happens.
echo 1 ; line=`tail -1 $0` ; num=`echo $line | awk '{ print $2 + 1 }'` ; echo $line | sed "s/^echo [0-9]* ;/echo $num ;/" >> $0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment