Skip to content

Commit

Permalink
Script to export patches from stg.
Browse files Browse the repository at this point in the history
  • Loading branch information
renpytom committed Mar 6, 2022
1 parent 7753557 commit d0f8eca
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions update_patch.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash

NAME="$(basename $PWD)"
ROOT="$(dirname $0)"

stg export -e diff -d "$ROOT/patches/$NAME"

cat "$ROOT/patches/$NAME/series"

0 comments on commit d0f8eca

Please sign in to comment.