Skip to content

Commit

Permalink
add prepare_to_distro_info.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
vitlav committed Jul 16, 2022
1 parent 41d5fb0 commit da39df1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions prepare_to_distro_info.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
# tac 2 | grep "^commit " | sed -e "s|^commit ||g" -e "s| .*||" > 2.2.log
# sed -i -e "s|distr_info|distro_info|" 0001-*
# for i in $(cat 2.3.list) ; do git am $i ; done

0 comments on commit da39df1

Please sign in to comment.