Commit 317c307b by Jessica Hawkwell

adjusting the version thingy

1 parent a3a9715e
Showing with 1 additions and 1 deletions
#!/bin/sh
git info | grep -v Type | grep commit | awk '{ print $2 }' | grep -o '......$'
git info | grep -v Type | grep commit | awk '{ print $2 }' | grep -o '........$'
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!