Skip to content

Commit

Permalink
include Builder ABI script
Browse files Browse the repository at this point in the history
  • Loading branch information
Prince781 committed Jun 20, 2021
1 parent 37c34f6 commit 8699e57
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plugins/gnome-builder/get_builder_abi.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/env sh

# usage: [gnome-builder location] [sed location]

$1 --version | $2 -nr '/GNOME Builder/ { s/GNOME Builder ([[:digit:]]+\.[[:digit:]]+).*$/\1/ p }'

0 comments on commit 8699e57

Please sign in to comment.