wip src
This commit is contained in:
parent
e69144a7d9
commit
78e95e5be7
1 changed files with 5 additions and 2 deletions
3
src
3
src
|
|
@ -29,10 +29,13 @@ add_item() {
|
|||
|
||||
rm_item() {
|
||||
## Remove this entry from the srcfile
|
||||
## and delete the source files afterwards
|
||||
tmp="$srcfile.tmp"
|
||||
|
||||
awk "$$3 != $1 { print }" "$srcfile" > "$tmp"
|
||||
mv "$tmp" "$srcfile"
|
||||
|
||||
rm -rf "$3"
|
||||
}
|
||||
|
||||
update_gitrepo() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue